- Mastering PostgreSQL 12
- Hans Jürgen Sch?nig
- 95字
- 2021-08-20 10:00:30
SP-GiST indexes
Space partitioned GiST (SP-GiST) is mainly designed for in-memory use. The reason for this is that an SP-GiST stored on disk needs a fairly high number of disk hits to function. Disk hits are way more expensive than just following a couple of pointers in RAM.
The beauty is that SP-GiST can be used to implement various types of trees, such as quad-trees, k-d trees, and radix trees (tries).
The following strategies are provided:

To write your own operator classes for SP-GiST, a couple of functions have to be provided:

推薦閱讀
- Hands-On Deep Learning with Apache Spark
- 精通MATLAB圖像處理
- 數(shù)據(jù)運(yùn)營(yíng)之路:掘金數(shù)據(jù)化時(shí)代
- 大數(shù)據(jù)技術(shù)入門(第2版)
- 計(jì)算機(jī)圖形圖像處理:Photoshop CS3
- Supervised Machine Learning with Python
- AutoCAD 2012中文版繪圖設(shè)計(jì)高手速成
- 構(gòu)建高性能Web站點(diǎn)
- 精通數(shù)據(jù)科學(xué)算法
- 愛(ài)犯錯(cuò)的智能體
- Python:Data Analytics and Visualization
- 手機(jī)游戲程序開(kāi)發(fā)
- 穿越計(jì)算機(jī)的迷霧
- 單片機(jī)C51應(yīng)用技術(shù)
- 仿龜機(jī)器人的設(shè)計(jì)與制作