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

https://github.com/postgrespro/bztree


https://github.com/postgrespro/bztree

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

[BzTree] (git@github.com:sfu-dis/bztree.git) BzTree FDW for Postgres.

Usage:
```
create extension bztree;
create index on t using bztree(pk);

```