Crunchy Data

    • PostgreSQL: The World's Most Advanced Open Source Relational Database
      Available Formats

    • Navigation
    • Home

    Navigation :
    PostgreSQL 9.5.3 Documentation > GIN Indexes

    GIN Indexes

    PostgreSQL 9.5.3 Documentation
    Prev Up Next

    Table of Contents
    61.1. Introduction
    61.2. Built-in Operator Classes
    61.3. Extensibility
    61.4. Implementation
    61.4.1. GIN Fast Update Technique
    61.4.2. Partial Match Algorithm
    61.5. GIN Tips and Tricks
    61.6. Limitations
    61.7. Examples

    Prev Home Next
    Examples Up Introduction