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
- Host: GitHub
- URL: https://github.com/keith-turner/smalls
- Owner: keith-turner
- Created: 2018-01-31T22:04:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T01:15:32.000Z (over 7 years ago)
- Last Synced: 2025-01-09T06:12:59.239Z (5 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`