Chapter 66. Built-in Index Access Methods

Table of Contents

66.1. B-Tree Indexes
66.1.1. Introduction
66.1.2. Behavior of B-Tree Operator Classes
66.1.3. B-Tree Support Functions
66.1.4. Implementation
66.2. GiST Indexes
66.2.1. Introduction
66.2.2. Built-in Operator Classes
66.2.3. Extensibility
66.2.4. Implementation
66.2.5. Examples
66.3. SP-GiST Indexes
66.3.1. Introduction
66.3.2. Built-in Operator Classes
66.3.3. Extensibility
66.3.4. Implementation
66.3.5. Examples
66.4. GIN Indexes
66.4.1. Introduction
66.4.2. Built-in Operator Classes
66.4.3. Extensibility
66.4.4. Implementation
66.4.5. GIN Tips and Tricks
66.4.6. Limitations
66.4.7. Examples
66.5. BRIN Indexes
66.5.1. Introduction
66.5.2. Built-in Operator Classes
66.5.3. Extensibility
66.6. Hash Indexes
66.6.1. Overview
66.6.2. Implementation