You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Jiekai Zheng <zj...@gmail.com> on 2015/03/16 12:15:05 UTC

Load testing HBase

Hi,

I'm trying to reproduce the figures on slides 7 and 8 of this presentation
[1] for a school report.

[1]
http://www.slideshare.net/cloudera/hbasecon-2013-compaction-improvements-in-apache-hbase

I'm wondering
     1)  What kind of load testing should I use? (maybe just put some data
and read random data in a loop?)
     2)  How should I measure the latency?

Thanks