Changes:
- [fix] Better exception in case of file errors (such as
:efbig)
Unclaimed project
Are you a maintainer of cubdb? Claim this project to take control of your public changelog and roadmap.
:efbig)CubDB during a compactionVersion 2.0.0 brings better concurrency, atomic transactions with arbitrary
operations, zero cost read-only snapshots, database backup, and more, all with a
simpler and more scalable internal architecture.
Refer to the upgrade guide for how to upgrade from previous versions.
CubDB.get_and_update/3,
`CubDB.get...v1.1.0See the CHANGELOG.md and the UPGRADING.md files for details.
CubDB.get_and_update/3,
CubDB.get_and_update_multi/3, and CubDB.select/2 now return directly
result, instead of a {:ok, result} tuple.CubDB.get_and_update_multi/4 does not take an option argument
anymore, making it `CubDB.get_and_updat...clear/1 function to atomically delete all entries in the database