Skip to content

v1.0.0

Compare
Choose a tag to compare
@studyzy studyzy released this 16 Sep 11:04
· 46 commits to main since this release

Features

  • Sharding support: shardingdb enables you to distribute your data across multiple LevelDB instances, improving performance and scalability.
  • Concurrent reads/writes: shardingdb allows for concurrent reads and writes, further enhancing performance.
  • Drop-in replacement: shardingdb can be used as a drop-in replacement for LevelDB, with minimal changes to your existing code.
  • Resharding tool: shardingdb includes a resharding tool that allows you to migrate data from a single LevelDB instance to multiple shardingdb instances or add new LevelDB folders to an existing shardingdb setup.