You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drop stream if exists ip_rand;
create random stream if not exists ip_rand(ip ipv4) settings eps=10e5;
selectcount(*) from tumble(ip_rand,1s) group by window_start settings eps=100000;
oupput:
LAPTOP-7GEID028. :) selectcount(*) from tumble(ip_rand,1s) group by window_start settings eps=100000SELECTcount(*)
FROM
tumble(ip_rand, 1s)
GROUP BY
window_start
SETTINGS
eps =100000
Query id: a74594fe-46e0-4d9f-91f4-2b272f1b0152
Connecting to localhost:8463as user default.
Connected to proton server version 1.3.29 revision 54459.
┌─count()─┐
│ 527863 │
└─────────┘
┌─count()─┐
│ 754090 │
└─────────┘
┌─count()─┐
│ 754090 │
└─────────┘
it is way out of given eps,pls fix it
The text was updated successfully, but these errors were encountered:
oupput:
it is way out of given eps,pls fix it
The text was updated successfully, but these errors were encountered: