- 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
推薦閱讀
- 繪制進(jìn)程圖:可視化D++語言(第1冊)
- 現(xiàn)代測控系統(tǒng)典型應(yīng)用實(shí)例
- Microsoft Power BI Quick Start Guide
- JavaScript實(shí)例自學(xué)手冊
- 輕松學(xué)PHP
- Cloud Analytics with Microsoft Azure
- 3D Printing for Architects with MakerBot
- Machine Learning with Apache Spark Quick Start Guide
- LAMP網(wǎng)站開發(fā)黃金組合Linux+Apache+MySQL+PHP
- Word 2007,Excel 2007辦公應(yīng)用融會(huì)貫通
- 實(shí)用網(wǎng)絡(luò)流量分析技術(shù)
- 統(tǒng)計(jì)挖掘與機(jī)器學(xué)習(xí):大數(shù)據(jù)預(yù)測建模和分析技術(shù)(原書第3版)
- 手機(jī)游戲策劃設(shè)計(jì)
- 智慧未來
- Advanced Deep Learning with Keras