leveled/docs/VOLUME.md
2017-02-02 12:25:59 +00:00

22 lines
708 B
Markdown

# 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