WeSearch

Christophe Pettus: Table Access Methods Wake Up

·3 min read · 0 reactions · 0 comments · 13 views
#postgresql#database#technology#PostgreSQL#pg_sorted_heap#storage_engine
Christophe Pettus: Table Access Methods Wake Up
⚡ TL;DR · AI summary

The PostgreSQL Table Access Method (TAM) API is experiencing renewed interest with recent extensions. Two significant releases, storage_engine 1.0.7 and pg_sorted_heap 0.13.0, introduce new access methods that enhance functionality. The future of TAM and its integration with PostgreSQL's core features will be crucial in shaping the database's direction.

Key facts
Original article
Postgr
Read full at Postgr →
Opening excerpt (first ~120 words) tap to expand

2026-05-20 3 min PostgreSQL Table Access Methods Wake Up The Table Access Method API has been in PostgreSQL since version 12. For most of that time it has been a quiet piece of infrastructure with very little extension activity attached to it — the kind of API that gets a paragraph in the docs, an enthusiastic conference talk, and then five years of silence. That is changing. In the last month, two TAM-shaped extensions shipped substantial releases. storage_engine 1.0.7 adds column-oriented compressed and row-compressed access methods for PG 16–18. pg_sorted_heap 0.13.0 provides a physically sorted heap with zone-map pruning and a planner-integrated vector search hook. Neither is going to displace the default heap tomorrow. Both are doing something interesting enough to look at.

Excerpt limited to ~120 words for fair-use compliance. The full article is at Postgr.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Postgr