зеркало из https://github.com/Azure/YCSB.git
af424b083d | ||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
HBase (1.2+) Driver for YCSB
This driver is a binding for the YCSB facilities to operate against a HBase 1.2+ Server cluster, using a shaded client that tries to avoid leaking third party libraries.
See hbase098/README.md
for a quickstart to setup HBase for load testing and common configuration details.
Configuration Options
In addition to those options available for the hbase098
binding, the following options are available for the hbase12
binding:
durability
: Whether or not writes should be appended to the WAL. Bypassing the WAL can improve throughput but data cannot be recovered in the event of a crash. The default is true.