YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

use YCSB test HBase , the iops/sec only 2k .

Open springeee opened this issue 4 years ago • 2 comments

Hi all: I use YCSB test Hbase (3 nodes, evey node have 32 cores AMD EPYC 7F32 CPU, and 256G memory, two nvme ssd disks ) , the YCSB have try 0.18.0 and 0.17.0, every time the Throughput(ops/sec) only 50k .

"bin/ycsb load hbase20 -cp /home/hadoop/app/hbase/conf/ -P workloads/workloada -threads 100 -p table=usertable -p columnfamily=family -s -p recordcount=100000000 -p operationcount=100000000"

the CPU very idle. image

and I use 10GE network.

Could you please give me some advices? how to improve the performance .

Thanks, Regards Spring

springeee avatar Jul 02 '21 06:07 springeee

set -p clientbuffering=true

BTW, this param's default value is false in code, but in doc it is true.

bsglz avatar Jul 20 '21 07:07 bsglz

-p clientbuffering=true

Thanks for your reply. I will try it . Thanks

springeee avatar May 23 '22 02:05 springeee