https://github.com/postgrespro/bztree
https://github.com/postgrespro/bztree
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/postgrespro/bztree
- Owner: postgrespro
- License: apache-2.0
- Created: 2021-01-19T13:02:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-01T09:40:28.000Z (about 4 years ago)
- Last Synced: 2025-04-24T10:48:41.040Z (7 days ago)
- Language: C++
- Size: 252 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[BzTree] ([email protected]:sfu-dis/bztree.git) BzTree FDW for Postgres.
Usage:
```
create extension bztree;
create index on t using bztree(pk);```