leveled/docs/VOLUME.md

24 lines
922 B
Markdown
Raw Normal View History

2017-02-02 12:25:59 +00:00
# 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:
2017-02-02 12:30:42 +00:00
Populate LevelEd | Populate LevelDB
:-------------------------:|:-------------------------:
![](../test/volume/single_node/output/leveled_pop.png "LevelEd - Populate") | ![](../test/volume/single_node/output/leveldb_pop.png "LevelDB - Populate")
2017-02-02 12:25:59 +00:00
2017-02-02 12:30:42 +00:00
Load LevelEd | Load LevelDB
:-------------------------:|:-------------------------:
![](../test/volume/single_node/output/leveled_load.png "LevelEd - Populate") | ![](../test/volume/single_node/output/leveldb_load.png "LevelDB - Populate")
2017-02-02 12:25:59 +00:00
## Riak Cluster Test - #1
## Riak Cluster Test - #2