- Mastering PostgreSQL 12
- Hans Jürgen Sch?nig
- 78字
- 2021-08-20 10:00:29
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 for them to act as B-trees. However, abusing GiST for B-tree indexes is not recommended.
Typical use cases for GiSTs are as follows:
- Range types
- Geometric indexes (for example, ones that are used by the highly popular PostGIS extension)
- Fuzzy searching
推薦閱讀
- 計算機應用
- PowerShell 3.0 Advanced Administration Handbook
- AWS:Security Best Practices on AWS
- Mastering D3.js
- 網絡組建與互聯
- C語言開發技術詳解
- Implementing Oracle API Platform Cloud Service
- 愛犯錯的智能體
- Building a BeagleBone Black Super Cluster
- 中國戰略性新興產業研究與發展·增材制造
- ESP8266 Robotics Projects
- 基于敏捷開發的數據結構研究
- Mastering MongoDB 3.x
- Dreamweaver+Photoshop+Flash+Fireworks網站建設與網頁設計完全實用
- Hadoop Beginner's Guide