Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
roseduan committed May 21, 2024
1 parent 213913a commit d663aa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# wal
Write Ahead Log for LSM or bitcask storage, with block cache.
Write Ahead Log for LSM or bitcask storage.

## Key Features
* Disk based, support large data volume
* Append only write, high performance
* Fast read, one disk seek to retrieve any value
* Support Block Cache, improve read performance
* Support batch write, all data in a batch will be written in a single disk seek
* Iterate all data in wal with `NewReader` function
* Extremely fast read
* Support concurrent write and read, all functions are thread safe

## Design Overview
Expand Down

0 comments on commit d663aa6

Please sign in to comment.