Indexing

Posts tagged “Indexing”.

IndexingClear filters
PostgreSQL B-Tree Index Explained: How It Really Works

PostgreSQL B-Tree Index Explained: How It Really Works

How the PostgreSQL B-tree index works: page structure, search and write behavior, and production maintenance with fillfactor, pgstattuple, amcheck, and REINDEX CONCURRENTLY.

September 11, 2026 · 9 min read

Mobin Yazdanparast