Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search
skuznetsov37 Friday, March 06, 2026
Summary
The article discusses a PostgreSQL extension called 'pg_sorted_heap' that provides an alternative to the standard B-tree index. It offers improved performance for certain types of queries by storing data in a heap structure sorted by the indexed column.
5
1
Summary
github.com