SP-GiST (Space-Partitioned GiST) 是一种索引类型,它支持分区搜索树。
SP-GiST 已在 PostgreSQL 9.2 中添加。
变更历史
- PostgreSQL 17
- 添加了对增量排序的支持(提交 625d5b3c)
- PostgreSQL 14
- 添加了对
INCLUDE列的支持(提交 09c1c6ab)
- 添加了对
- PostgreSQL 13
- 向
SP-GiSTbox_ops 添加了<->(box, point) 运算符的支持(提交 075f0a88)
- 向
- PostgreSQL 12
- PostgreSQL 11
- PostgreSQL 10
- 添加了对
inet和cidr数据类型的支持(提交 77e29068)
- 添加了对
- PostgreSQL 9.6
- PostgreSQL 9.3
- 添加了范围支持(初始提交 317dd55a)
- PostgreSQL 9.2
- 添加(初始提交 8daeb5dd)
参考资料
- PostgreSQL documentation: SP-GiST Indexes
- PostgreSQL documentation: SP-GiST
分类
另请参阅
GiST
