- 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.
推薦閱讀
- Project 2007項目管理實用詳解
- Word 2000、Excel 2000、PowerPoint 2000上機指導與練習
- Hands-On Data Science with SQL Server 2017
- 輕松學Java
- JBoss ESB Beginner’s Guide
- 精通特征工程
- Pig Design Patterns
- Implementing Splunk 7(Third Edition)
- 面向對象程序設計綜合實踐
- 從零開始學C++
- 激光選區熔化3D打印技術
- ESP8266 Robotics Projects
- 手把手教你學Photoshop CS3
- 筆記本電腦使用與維護
- Microsoft System Center Data Protection Manager Cookbook