- Mastering PostgreSQL 9.6
- Hans Jurgen Schonig
- 71字
- 2021-07-09 19:57:20
GiST indexes
Generalized search tree (GiST) indexes are highly important index types because they are used for a variety of different things. GiST indexes can be used to implement R-tree behavior and it is even possible to act as B-tree. However, abusing GiST for B-tree indexes is not recommended.
Typical use cases for GiST are:
- Range types
- Geometric indexes (for example, used by the highly popular PostGIS extension)
- Fuzzy searching
推薦閱讀
- 大數據管理系統
- 腦動力:PHP函數速查效率手冊
- CorelDRAW X4中文版平面設計50例
- 大數據安全與隱私保護
- 網絡綜合布線設計與施工技術
- 工業機器人應用案例集錦
- Microsoft System Center Confi guration Manager
- Windows Server 2008 R2活動目錄內幕
- 空間機械臂建模、規劃與控制
- Photoshop CS5圖像處理入門、進階與提高
- MATLAB-Simulink系統仿真超級學習手冊
- 大數據案例精析
- 嵌入式Linux系統實用開發
- 工業機器人入門實用教程
- Mastering Predictive Analytics with scikit:learn and TensorFlow