lanterndata / lantern

PostgreSQL vector database extension for building AI applications
https://lantern.dev
GNU Affero General Public License v3.0
790 stars 57 forks source link

[FEATURE] Change array cache to HTAB cache for wal_block_numbers #26

Closed var77 closed 1 year ago

var77 commented 1 year ago

Issue

https://github.com/lanterndata/lanterndb/issues/21

Description

Changed wal_retriever_block_numbers array to Postgres HTAB (hash table) for caching block numbers.