Relay
ChangelogDocsPricing
Buy
Documentation
Schema BrowserTable DesignerRelationshipsIndexes
Schema

Indexes

View and manage database indexes.

Viewing Indexes

Indexes are listed under each table in the schema browser. Each index shows:

  • Index name
  • Indexed columns
  • Index type (B-tree, Hash, GiST, GIN, etc.)
  • Unique constraint indicator

Creating Indexes

Use the Table Designer or run a query:

CREATE INDEX idx_users_email ON users (email);
CREATE UNIQUE INDEX idx_users_username ON users (username);

Index Types (PostgreSQL)

TypeUse Case
B-treeDefault, general-purpose
HashEquality comparisons only
GiSTGeometric and full-text search
GINArray and JSONB containment
BRINLarge, naturally-ordered tables

Relationships

View and manage foreign key relationships.

Saved Queries

Save and organize frequently used queries.

On this page

Viewing IndexesCreating IndexesIndex Types (PostgreSQL)
Relay

by builds.org

The database client you deserve.

Stay in the loop.

Product

  • Features
  • Download
  • Changelog
  • Documentation

Support

  • Purchase License
  • Manage License
  • Recover License
  • Contact Us
© 2026 builds.org. All rights reserved.
Privacy PolicyTerms of ServiceLicense AgreementCookie Policy