From a82ce442559e2cceb4e87c6efb58a6a414a93439 Mon Sep 17 00:00:00 2001 From: martinsumner Date: Tue, 28 Feb 2017 21:23:54 +0000 Subject: [PATCH] Add clarifying statement --- docs/VOLUME.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/VOLUME.md b/docs/VOLUME.md index 645777a..9d0fd9a 100644 --- a/docs/VOLUME.md +++ b/docs/VOLUME.md @@ -172,3 +172,5 @@ Riak + leveled | Riak + bitcask ![](../test/volume/cluster_five/output/summary_leveled_5n_60t_i2_16KB_nosync.png "LevelEd") | ![](../test/volume/cluster_five/output/summary_bitcask_5n_60t_i2_16KB_nosync.png "LevelDB") Over the whole test, the bitcask-backed cluster achieves 16.48% more throughput than leveled, but in the last hour this advantage is just 0.34%. + +The results for bitcask look a bit weird and lumpy though, so perhaps there's something else going on here that's contributing to the gap closing.