An open API service indexing awesome lists of open source software.

https://github.com/postgrespro/bztree


https://github.com/postgrespro/bztree

Last synced: 6 days ago
JSON representation

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);

```