brianfrankcooper / YCSB

Yahoo! Cloud Serving Benchmark
Apache License 2.0
4.94k stars 2.24k forks source link

Running YCSB Workload #1640

Closed VinaySheth closed 2 years ago

VinaySheth commented 2 years ago

Whenever we are setting the operation count property, is it for a particular thread or for all the threads (as defined using the threadcount property)?

If it is collectively used for all the threads, how can I specify the number of operations each thread should perform?

busbey commented 2 years ago

it's across all client threads. the operations are always uniformly distributed.

VinaySheth commented 2 years ago

Thank you for your reply @busbey !