[Rust:cberner] ReDB 1.0 正式版发布

C 11月前 1487

https://github.com/cberner/redb/releases/tag/v1.0.0

就在刚刚,正式发布1.0版本!

就职于OpenAI的大佬 Christopher Berner 开发的KV型数据库。

启发自LMDB,可以说是Rust除TiDB以外,KV数据库的不二之选。

Announcement

redb has reached its first stable release! The file format is now gauranteed to be backward compatible,
and the API is stable. I've run pretty extensive fuzz testing, but please report any bugs you encounter.

The following features are complete:

  • MVCC with a single WriteTransaction and multiple ReadTransactions
  • Zero-copy reads
  • ACID semantics, including non-durable transactions which only sacrifice Durability
  • Savepoints which allow the state of the database to be captured and restored later

Changes from 0.22.0:

  • Stabilize file format
  • Improve performance of restore_savepoint()
最新回复 (1)
  • 365cent 11月前
    2

    • 屌丝论坛
      3