Chapter 67. Built-in Index Access Methods
Prev
Up
Part VII. Internals
Home
Next
Chapter 67. Built-in Index Access Methods
Table of Contents
67.1. B-Tree Indexes
67.1.1. Introduction
67.1.2. Behavior of B-Tree Operator Classes
67.1.3. B-Tree Support Functions
67.1.4. Implementation
67.2. GiST Indexes
67.2.1. Introduction
67.2.2. Built-in Operator Classes
67.2.3. Extensibility
67.2.4. Implementation
67.2.5. Examples
67.3. SP-GiST Indexes
67.3.1. Introduction
67.3.2. Built-in Operator Classes
67.3.3. Extensibility
67.3.4. Implementation
67.3.5. Examples
67.4. GIN Indexes
67.4.1. Introduction
67.4.2. Built-in Operator Classes
67.4.3. Extensibility
67.4.4. Implementation
67.4.5. GIN Tips and Tricks
67.4.6. Limitations
67.4.7. Examples
67.5. BRIN Indexes
67.5.1. Introduction
67.5.2. Built-in Operator Classes
67.5.3. Extensibility
67.6. Hash Indexes
67.6.1. Overview
67.6.2. Implementation