1
0
mirror of https://github.com/google/leveldb.git synced 2025-04-15 13:20:37 +08:00
This commit is contained in:
Nevil George 2025-03-19 12:33:20 +07:00 committed by GitHub
commit 1ec075e2ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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