WAL & Compaction
AingDB appends mutations to a WAL inside the .adb file, then periodically rewrites a compact checkpoint. Run db.compact() or aingdb compact to prune history and keep reads fast.
AingDB appends mutations to a WAL inside the .adb file, then periodically rewrites a compact checkpoint. Run db.compact() or aingdb compact to prune history and keep reads fast.