From 43547cff41b31657363b53a28ac062a4e3825bc2 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Tue, 1 Aug 2017 12:50:02 +0100 Subject: [PATCH] Experiment with image insertion and sizing --- docs/ANTI_ENTROPY.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ANTI_ENTROPY.md b/docs/ANTI_ENTROPY.md index 34447d7..3581c36 100644 --- a/docs/ANTI_ENTROPY.md +++ b/docs/ANTI_ENTROPY.md @@ -309,11 +309,11 @@ This was tested with the following configuration: This initial test showed that there was a minimal impact on throughput with running these listkeys operations leveldb when having ``snap_prefold`` either disabled or enabled. All three leveldb tests (without listkeys, with listkeys and snap_prefold, with listkeys and without snap_prefold) achieved an overall throughput within the margin of error of cloud testing. -![](pics/volume_listkeys_compare_6KB.png =1000x400) + For the 6-hour test the total throughput achieved was: -leveldb with no listkeys - 272.4M -leveldb with listkeys vnode_pool - 270.1M (- 0.85%) -leveldb with listkeys node_pool - 278.0M (+ 2.04%) -leveled with listkeys node_pool - 333.0M (+ 22.23%) +- leveldb with no listkeys - 272.4M +- leveldb with listkeys vnode_pool - 270.1M (- 0.85%) +- leveldb with listkeys node_pool - 278.0M (+ 2.04%) +- leveled with listkeys node_pool - 333.0M (+ 22.23%)