Skip to content

Release v2.0.0

Compare
Choose a tag to compare
@roseduan roseduan released this 04 Sep 02:04
· 48 commits to main since this release

🚀 New Features

  • Change the architecture of LotusDB
    • Use wal project to store Write-Ahead-Log and Value-Log
    • Hash key into different indexes and value log files
    • Index and Vlog read/write will be concurrent
  • Basic Put/Get/Delete/Exist operations
  • Batch Put/Delete operations
  • Value log compaction