Initial draft of volume test writeup

This commit is contained in:
martinsumner 2017-02-02 12:25:59 +00:00
parent 92df0402ca
commit 946edaef30
10 changed files with 22 additions and 0 deletions

22
docs/VOLUME.md Normal file
View file

@ -0,0 +1,22 @@
# Volume Testing
## Parallel Node Testing
Initial volume tests have been [based on standard basho_bench eleveldb test](../test/volume/single_node/examples) to run multiple stores in parallel on the same node and and subjecting them to concurrent pressure.
This showed a relative positive performance for leveled for both population and load:
![](../test/volume/single_node/output/leveled_pop.png "LevelEd")
![](../test/volume/single_node/output/leveled_load.png "LevelEd")
By comparison the same test on leveldb:
![](../test/volume/single_node/output/leveldb_pop.png "Leveldb")
![](../test/volume/single_node/output/leveldb_load.png "LevelDB")
## Riak Cluster Test - #1
## Riak Cluster Test - #2

View file

Before

Width:  |  Height:  |  Size: 316 KiB

After

Width:  |  Height:  |  Size: 316 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 315 KiB

After

Width:  |  Height:  |  Size: 315 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 333 KiB

After

Width:  |  Height:  |  Size: 333 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 274 KiB

After

Width:  |  Height:  |  Size: 274 KiB

Before After
Before After