- Mastering PostgreSQL 9.6
- Hans Jurgen Schonig
- 112字
- 2021-07-09 19:57:21
Extending GiST
Of course, it is also possible to come up with your own operator classes. The following strategies are supported:

If you want to write operator classes for GiST, a couple of support functions have to be provided. In the case of a B-tree, there is only the same function - GiST indexes provide a lot more:

Implementing operator classes for GiST indexes is usually done in C. If you are interested in a good example, I advise you to check out the btree_GiST module in the contrib directory. It shows how to index standard data types using GiST and is a good source of information as well as inspiration.
推薦閱讀
- 零起步輕松學單片機技術(第2版)
- 腦動力:Linux指令速查效率手冊
- 平面設計初步
- Hands-On Artificial Intelligence on Amazon Web Services
- 2018西門子工業專家會議論文集(上)
- 讓每張照片都成為佳作的Photoshop后期技法
- Mastering pfSense
- 運動控制系統
- Mastering SQL Server 2014 Data Mining
- 當產品經理遇到人工智能
- 多傳感器數據智能融合理論與應用
- Hands-On Data Analysis with Scala
- Arduino創意機器人入門:基于Mixly
- Internet of Things for Architects
- 計算機導論:實訓篇(第2版)