-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate a skewed workload at shard granularity in mako #7566
Comments
I have written a FDB workload |
I will try it, thank you. The reason I use mako is it allows me to create a custom configuration with many ss. I think the workloads only can be used in a simulation environment, if so getting workloads to work outside simulation would be a nice enhancement. |
Many workloads can be used outside simulation, e.g., |
this will help, thanks. |
Mako's
-z
option can generate a skewed workload based on Zipf distribution, but this is at the record level. It would be useful to skew workloads over shards, rather than records, so some are busier than others.A new option
-zs
could divide the record count by the default shard size. While running,zipfian_next()
could select a shard from that set. Then a random record could be selected from that shard.The text was updated successfully, but these errors were encountered: