We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213913a commit d663aa6Copy full SHA for d663aa6
README.md
@@ -1,13 +1,13 @@
1
# wal
2
-Write Ahead Log for LSM or bitcask storage, with block cache.
+Write Ahead Log for LSM or bitcask storage.
3
4
## Key Features
5
* Disk based, support large data volume
6
* Append only write, high performance
7
* Fast read, one disk seek to retrieve any value
8
-* Support Block Cache, improve read performance
9
* Support batch write, all data in a batch will be written in a single disk seek
10
* Iterate all data in wal with `NewReader` function
+* Extremely fast read
11
* Support concurrent write and read, all functions are thread safe
12
13
## Design Overview
0 commit comments