- Mastering PostgreSQL 9.6
- Hans Jurgen Schonig
- 93字
- 2021-07-09 19:57:21
SP-GiST indexes
Space partitioned GiST (SP-GiST) has mainly been designed for in-memory use. The reason for that 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:

推薦閱讀
- 構(gòu)建高質(zhì)量的C#代碼
- 三菱FX3U/5U PLC從入門到精通
- 人工智能超越人類
- 高性能混合信號(hào)ARM:ADuC7xxx原理與應(yīng)用開發(fā)
- Deep Learning Quick Reference
- 3D Printing with RepRap Cookbook
- 程序設(shè)計(jì)語(yǔ)言與編譯
- Visual C# 2008開發(fā)技術(shù)實(shí)例詳解
- 自動(dòng)檢測(cè)與傳感技術(shù)
- 群體智能與數(shù)據(jù)挖掘
- 分布式多媒體計(jì)算機(jī)系統(tǒng)
- Troubleshooting OpenVPN
- 空間站多臂機(jī)器人運(yùn)動(dòng)控制研究
- 玩機(jī)器人 學(xué)單片機(jī)
- Wireshark Revealed:Essential Skills for IT Professionals