An open API service indexing awesome lists of open source software.

https://github.com/keith-turner/smalls

Accumulo small scan performance test
https://github.com/keith-turner/smalls

Last synced: 4 months ago
JSON representation

Accumulo small scan performance test

Awesome Lists containing this project

README

        

# Accumulo Small Scan Performance Test

Simple test to measure the performance of lots of threads doing many small scans.

Check the files in conf before running.

The following are some possible accumulo performance settings. Also consider disabling debug logging on the tserver. These require a tserver restart.

```
accumulo shell -u root -p secret <
general.rpc.server.type
threadpool

```

To use, do the following.

* Run `mvn package`
* Run `./bin/run.sh cmd.Write 10000000`
* Run `./bin/run.sh cmd.Scan 10000 10`