More docs stuff
This commit is contained in:
parent
ac3c5ab5cc
commit
33b7855c68
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ leveled Results | eleveldb Results
|
|||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||
This test showed a <b>26.7%</b> improvement in throughput when using LevelEd. The improvement in tail latency in this test had leveled at about <b>25%</b> of the tail latency of leveldb.
|
||||
This test showed a <b>26.7%</b> improvement in throughput when using leveled. The improvement in tail latency in this test had leveled at about <b>25%</b> of the tail latency of leveldb - so still a substantial improvement, although not of the same order of magnitude as the sync_on_write test with i2.2xlarge and leveldb.
|
||||
|
||||
This indicates that without sync_on_writes, there remains potential value in using HDD drives, with either leveldb and leveled. It seems reasonably likely (although it remains unproven) that spinning drives with a hardware RAID and flash-backed write cache may perform reasonably even with sync on writes.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue