添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

The impact of the recordcount parameter #1272

Closed
@ssizmaster

Description

I would test the performance of operations count in HBase by using YCSB framework in an HBase table with 4000000 rows. Is there any difference between the two following commands (with or without the recordcount parameter)

bin/ycsb run hbase12 -P workloads/workloada -p columnfamily=cf4 -p table=usertable4M -p zeropadding=8 -p insertorder=ordered -p operationcount=5000 -p recordcount=4000000 > res1.txt

bin/ycsb run hbase12 -P workloads/workloada -p columnfamily=cf4 -p table=usertable4M -p zeropadding=8 -p insertorder=ordered -p operationcount=5000 > res1.txt

Appreciate your help on this
Thanks,