Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search

Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search

Article URL: https://github.com/skuznetsov/pg_sorted_heap Comments URL: https://news.ycombinator.com/item?id=47277880 Points: 2 # Comments: 1

PostgreSQL extension providing physically sorted storage and built-in vector search no pgvector dependency. Sorted storage: The sorted_heap Table AM sorts bulk inserts by primary key, maintains pe… [+21504 chars]
Show HN: Pg_sorted_heap–Physically sorted PostgreSQL with builtin vector search - FHMnews