Change charts to be fixed axis comparison

Also removed 99.9th percentile
This commit is contained in:
martinsumner 2017-02-21 11:29:57 +00:00
parent 0bbcac0460
commit 79f927c4fc
4 changed files with 3 additions and 1 deletions

View file

@ -12,6 +12,8 @@ The store supports all the required Riak backend capabilities. A number of furt
- A bucket size query, which requires traversal only of the Ledger and counts the keys and sums the total on-disk size of the objects within the bucket. - A bucket size query, which requires traversal only of the Ledger and counts the keys and sums the total on-disk size of the objects within the bucket.
- A PUT flag that allows a truer meaning to the existing DW setting, allowing flushing to disk to be prompted by the need to meet the DW flag, rather than always/never
- Support for a specific Riak tombstone tag where reaping of tombstones can be deferred (by many days) i.e. so that a 'sort-of-keep' deletion strategy can be followed that will eventually garbage collect without the need to hold pending full deletion state in memory. - Support for a specific Riak tombstone tag where reaping of tombstones can be deferred (by many days) i.e. so that a 'sort-of-keep' deletion strategy can be followed that will eventually garbage collect without the need to hold pending full deletion state in memory.
- The potential to support Map/Reduce functions on object metadata not values, so that cache-pollution and disk i/o overheads of full object Map/Reduce can be eliminated by smarter object construction strategies that promote information designed for queries from values into metadata. - The potential to support Map/Reduce functions on object metadata not values, so that cache-pollution and disk i/o overheads of full object Map/Reduce can be eliminated by smarter object construction strategies that promote information designed for queries from values into metadata.

View file

@ -36,7 +36,7 @@ Tail latency under load is around in leveled is less than 5% of the comparable v
leveled Results | eleveldb Results leveled Results | eleveldb Results
:-------------------------:|:-------------------------: :-------------------------:|:-------------------------:
![](../test/volume/cluster_one/output/summary_leveled_5n_45t.png "LevelEd") | ![](../test/volume/cluster_one/output/summary_leveldb_5n_45t.png "LevelDB") ![](../test/volume/cluster_one/output/summary_leveled_5n_45t_fixed.png "LevelEd") | ![](../test/volume/cluster_one/output/summary_leveldb_5n_45t_fixed.png "LevelDB")
### Lies, damned lies etc ### Lies, damned lies etc

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB