-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
As mentioned in #1 , there is a possibility of data loss if the process / node crash when the data is buffered in memory.
It was mentioned that a Write Ahead Log (WAL) is planned.
I would also recommend considering SQLite which seems way easier to implement, and can easily be migrated to a WAL later if using the correct abstraction.
SQLite's performance allows to reduce batch interval to something like 1-5 ms and will allow creating parquet files with even better optimized size, reducing the need for further compaction.
xe-nvdk
Metadata
Metadata
Assignees
Labels
No labels