- Mastering PostgreSQL 10
- Hans Jürgen Sch?nig
- 117字
- 2021-06-30 19:03:57
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.
推薦閱讀
- PPT,要你好看
- Circos Data Visualization How-to
- PostgreSQL Administration Essentials
- Troubleshooting OpenVPN
- 愛犯錯的智能體
- 貫通Java Web開發三劍客
- 基于Xilinx ISE的FPAG/CPLD設計與應用
- 從零開始學C++
- Godot Engine Game Development Projects
- Pentaho Analytics for MongoDB
- 典型Hadoop云計算
- 案例解說Delphi典型控制應用
- 計算機硬件技術基礎學習指導與練習
- Red Hat Enterprise Linux 5.0服務器構建與故障排除
- Mastering MongoDB 4.x