mirror of
https://github.com/google/leveldb.git
synced 2025-02-04 07:10:10 +08:00
Update impl.md -- Remove duplicated sentence
I believe item (3) encapsulates item (2) under the "Level 0" heading. If I have misunderstood, please consider clarifying the text. Thanks!
This commit is contained in:
parent
58a89bbcb2
commit
ad8e30acd0
@ -70,9 +70,8 @@ Create a brand new memtable and log file and direct future updates here.
|
|||||||
In the background:
|
In the background:
|
||||||
|
|
||||||
1. Write the contents of the previous memtable to an sstable.
|
1. Write the contents of the previous memtable to an sstable.
|
||||||
2. Discard the memtable.
|
2. Delete the old log file and the old memtable.
|
||||||
3. Delete the old log file and the old memtable.
|
3. Add the new sstable to the young (level-0) level.
|
||||||
4. Add the new sstable to the young (level-0) level.
|
|
||||||
|
|
||||||
## Compactions
|
## Compactions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user