Closed jovezhong closed 1 year ago
I think we just need a eps (event per second) setting. Probably we can just rename random_storages_rate_limitor
to eps
CREATE RANDOM STREAM rand_stream(i int default rand()%5) SETTINGS eps=1000
;
If eps
is too high, we may need consider multi-shard / threads generation but this is low priority and in most of cases, random stream itself is super fast
yes, eps
sounds great to me. There is a ticket #72
Describe what's wrong
I tried to set this value as 1, I should get 10 events per second, but get much more
I have mentioned in the doc saying the number won't be too accurate, but it should 5-15 with 10 as baseline. But 80 is too off.
How to reproduce
Error message and/or stacktrace
Additional context