Skip to content

0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@marvin-j97 marvin-j97 released this 18 Jan 20:50
· 916 commits to main since this release

Breaking

  • added Config::flush_worker to configure maximum amount of parallel memtable flushes
  • added Keyspace::persist_paranoid, which uses fsync, compared to Keyspace::persist which uses fdatasync
  • added Keyspace::list_partitions
  • added axum-kv example
  • upgraded lsm-tree to 0.5.0
  • internal refactors
  • finished repo restructuring