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

Add support for unlogged tables #125

Closed Ngalstyan4 closed 10 months ago

Ngalstyan4 commented 1 year ago

Currently, in the code we hardcode MAIN_FORK as fork number. But unlogged tables (tables belonging to the current session and not persisted in WAL or elsewhere) live on a separate fork (INIT_FORK I think?)

We need to change the hardcoded MAIN_FORKs in the code and make sure all LanternDB functionality works smoothly on unlogged tables