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
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