- Mastering PostgreSQL 10
- Hans Jürgen Sch?nig
- 140字
- 2021-06-30 19:03:57
GIN indexes
Generalized inverted (GIN) indexes are a good way to index text. Suppose you want to index a million text documents. A certain word may occur millions of times. In a normal b- tree, this would mean that the key is stored millions of times. Not so in a GIN. Each key (or word) is stored once and assigned to a document list. Keys are organized in a standard b- tree. Each entry will have a document list pointing to all entries in the table having the same key. A GIN index is very small and compact. However, it lacks an important feature found in the b-trees-sorted data. In a GIN, the list of item pointers associated with a certain key is sorted by the position of the row in the table and not by some arbitrary criteria.
推薦閱讀
- 亮劍.NET:.NET深入體驗與實戰精要
- Splunk 7 Essentials(Third Edition)
- 來吧!帶你玩轉Excel VBA
- 基于ARM 32位高速嵌入式微控制器
- Ruby on Rails敏捷開發最佳實踐
- 單片機技術一學就會
- WOW!Photoshop CS6完全自學寶典
- C#編程兵書
- 單片機C51應用技術
- 玩轉PowerPoint
- Practical Network Automation
- Getting Started with Tableau 2019.2
- Appcelerator Titanium Smartphone App Development Cookbook(Second Edition)
- Flash CS3動畫制作融會貫通
- 智能控制技術及其應用