datalevin

Huahai 2026-03-01T01:22:13.919429Z

set the channel topic: For bug report, please file an issue at https://github.com/datalevin/datalevin

Huahai 2026-03-01T06:41:16.516359Z

Master branch now has WAL mode, which is the default for Datalog store. KV store needs to enable WAL explicitly. There are two durability profiles in WAL mode: :strict is the default, and :relaxed can be set to get better write throughput. The main benefits is that now concurrent writers increase write throughput. Doc: https://github.com/datalevin/datalevin/blob/master/doc/wal.md

🔥 5
🎉 7