- 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.
推薦閱讀
- 中文版Photoshop CS5數碼照片處理完全自學一本通
- Google Cloud Platform Cookbook
- Managing Mission:Critical Domains and DNS
- 數據庫原理與應用技術學習指導
- Hands-On Machine Learning with TensorFlow.js
- 工業機器人操作與編程
- 網絡化分布式系統預測控制
- 人工智能實踐錄
- Salesforce for Beginners
- Citrix? XenDesktop? 7 Cookbook
- Salesforce Advanced Administrator Certification Guide
- 啊哈C!思考快你一步
- 所羅門的密碼
- 嵌入式GUI開發設計
- Mastering Exploratory Analysis with pandas