Is your feature request related to a problem? Please describe.
Simulate data skewness
Describe the solution you'd like
Use something off-the-shelf
Power law distribution.
Also single-hot-key scenario.
Describe alternatives you've considered
May need to manually implement some special cases.
Additional context
One motivation is that if only a small portion of the state is accessed frequently, RW's tiered storage should save a lot of costs, compared to a storage system that must have all of its data on its local disk. We may want to show the advantages.
Another one is to see how the system behave when different actors receive different amount of input.
Is your feature request related to a problem? Please describe.
Simulate data skewness
Describe the solution you'd like
Use something off-the-shelf
Power law distribution. Also single-hot-key scenario.
Describe alternatives you've considered
May need to manually implement some special cases.
Additional context
One motivation is that if only a small portion of the state is accessed frequently, RW's tiered storage should save a lot of costs, compared to a storage system that must have all of its data on its local disk. We may want to show the advantages.
Another one is to see how the system behave when different actors receive different amount of input.