Skip to content

Releases: studyzy/shardingdb

v1.1.0

30 Oct 09:37
Compare
Choose a tag to compare

Release Notes

New Features

  • Introduce support for Encryptor
  • Enhance performance for improved user experience
  • Implement benchmark tests for evaluating performance metrics

Improvements

  • Refactor the codebase for better maintainability and readability

v1.0.0

16 Sep 11:04
Compare
Choose a tag to compare

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.