YCSB icon indicating copy to clipboard operation
YCSB copied to clipboard

partition workload

Open bingzhang opened this issue 9 years ago • 5 comments

From this link, https://github.com/brianfrankcooper/YCSB/wiki/Running-a-Workload-in-Parallel I know we can partition recorders in load phase. However, may I ask how to partition the workload in execution phase? For example, we have 20 recorders, operations from client1 will be in the range [0, 10], while client2 will be in [11, 20]. there will be no duplicate requests between multiple clients.

Thanks.

bingzhang avatar Jan 20 '16 07:01 bingzhang