Skip to content

Commit d663aa6

Browse files
committed
update features
1 parent 213913a commit d663aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# wal
2-
Write Ahead Log for LSM or bitcask storage, with block cache.
2+
Write Ahead Log for LSM or bitcask storage.
33

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

1313
## Design Overview

0 commit comments

Comments
 (0)