mirror of
https://github.com/google/leveldb.git
synced 2025-04-15 13:20:37 +08:00
Merge ad8e30acd0
into ac691084fd
This commit is contained in:
commit
1ec075e2ca
@ -70,9 +70,8 @@ Create a brand new memtable and log file and direct future updates here.
|
||||
In the background:
|
||||
|
||||
1. Write the contents of the previous memtable to an sstable.
|
||||
2. Discard the memtable.
|
||||
3. Delete the old log file and the old memtable.
|
||||
4. Add the new sstable to the young (level-0) level.
|
||||
2. Delete the old log file and the old memtable.
|
||||
3. Add the new sstable to the young (level-0) level.
|
||||
|
||||
## Compactions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user