btree_gist improvements in PostgreSQL 18
by
Bernd Helmle |
08.2025Motivation The extension btree_gist lives in PostgreSQL contrib and implements btree-like operators and behavior on top of the GiST framework. […]
How do PostgreSQL's VACUUM optimizations affect dead tuple metrics? Find out why they might persist or reappear when using VACUUM.
When talking to customers, sometimes I get the question: How should PostgreSQL installations deal with huge pages and large memory […]