mirror of
https://github.com/google/leveldb.git
synced 2025-02-04 07:10:10 +08:00
Update README.md
This commit is contained in:
parent
62b322cc7d
commit
32ef77f9ba
@ -145,8 +145,8 @@ update existing keys in the database.
|
||||
Each "op" above corresponds to a write of a single key/value pair.
|
||||
I.e., a random write benchmark goes at approximately 400,000 writes per second.
|
||||
|
||||
Each "file sync" operation costs much less (0.3 milliseconds)
|
||||
then a disk seeks (typically 10 milliseconds). We suspect that this is
|
||||
Each "fillsync" operation costs much less (0.3 milliseconds)
|
||||
then a disk seek (typically 10 milliseconds). We suspect that this is
|
||||
because the hard disk itself is buffering the update in its memory and
|
||||
responding before the data has been written to the platter. This may
|
||||
or may not be safe based on whether or not the hard disk has enough
|
||||
|
Loading…
Reference in New Issue
Block a user