scylladb / scylla-bench

43 stars 36 forks source link

Make all write-capable workloads support partition offset #150

Closed vponomaryov closed 1 month ago

vponomaryov commented 1 month ago

Before only sequential kind of workload was supporting partition offset, the uniform and timeseries were not.

So, make those other 2 workload types start supporting partition offsets for being able to write different data ranges from different scylla-bench instances.

Caution: using 'timeseries' workload, number of partitions may differ from what is specified in the '-partition-count=x' parameter. So, make sure that partition offset is big emough to avoid index overlapping.