quatzal-storage 0.1.0

Sharded LSM row-storage engine for Quatzal: WAL, snapshots, and crash recovery on io_uring (Linux only).
docs.rs failed to build quatzal-storage-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

quatzal-storage — Row storage

Sharded LSM row-storage engine: write-ahead log, snapshots, group commit, and crash recovery.

Linux only. Depends on io_uring through glommio.

Part of Quatzal, a local-first vector + graph database that records who vouched for every fact and when it stopped being true.

Status

Pre-release (0.1.0). Data formats are not yet stable: old snapshot files are deliberately unreadable rather than silently misread, and there are no compatibility shims. Treat a store as reproducible from its source data, not as an archive.

License

Apache-2.0. Quatzal is open core — the Apache-2.0 core is the whole of this crate; separately licensed commercial modules live outside published packages.