diff --git a/docs/FUTURE.md b/docs/FUTURE.md index 3ebc2db..1ab9508 100644 --- a/docs/FUTURE.md +++ b/docs/FUTURE.md @@ -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 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. - 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. diff --git a/docs/VOLUME.md b/docs/VOLUME.md index 93c34ce..f491dae 100644 --- a/docs/VOLUME.md +++ b/docs/VOLUME.md @@ -36,7 +36,7 @@ Tail latency under load is around in leveled is less than 5% of the comparable v 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 diff --git a/test/volume/cluster_one/output/summary_leveldb_5n_45t_fixed.png b/test/volume/cluster_one/output/summary_leveldb_5n_45t_fixed.png new file mode 100644 index 0000000..1c73b1e Binary files /dev/null and b/test/volume/cluster_one/output/summary_leveldb_5n_45t_fixed.png differ diff --git a/test/volume/cluster_one/output/summary_leveled_5n_45t_fixed.png b/test/volume/cluster_one/output/summary_leveled_5n_45t_fixed.png new file mode 100644 index 0000000..d31a915 Binary files /dev/null and b/test/volume/cluster_one/output/summary_leveled_5n_45t_fixed.png differ