Skip to content

Commit

Permalink
add changelog for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed Sep 4, 2023
1 parent c8f27e4 commit dc886e8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Release 2.0.0 (2023-09-04)

## 🚀 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

0 comments on commit dc886e8

Please sign in to comment.