-
Hypothetical Indexes in PostgreSQL
An Introduction to Hypothetical Indexes in PostgreSQL — Why would you want to create imaginary indexes for Postgres’s optimizer to chew over? It’s a way to find out if an index would be useful before you endure the expense of creating a real one. SQL Server and Oracle can do this too.
Appears in lists (1)
More like this (3)
-
Blog @ RustProof Labs
A Look at B-Tree Index Deduplication in Postgres 13 — B-tree indexes are the default type...
-
Features In PG13 - Deduplication in B-Tree Indexes - Highgo Software Inc.
More Postgres 13 Features: Deduplication in B-Tree Indexes — Postgres 13, due later this year, has...
-
My Favorite PostgreSQL Extensions - Part Two
My Favorite PostgreSQL Extensions: Part Two — The second part of a series we linked to...