# bztree **Repository Path**: mirrors_postgrespro/bztree ## Basic Information - **Project Name**: bztree - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-20 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [BzTree] (git@github.com:sfu-dis/bztree.git) BzTree FDW for Postgres. Usage: ``` create extension bztree; create index on t using bztree(pk); ```