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
-- Regression for very high error in uniqTheta() due to optimization for u8 keys
5
+
select throwIf(stddevSampStable(theta)/avg(theta)>0.1) from (selectnumber%3 key, uniqTheta(generateUUIDv4(number)) theta FROM numbers_mt(9160000) GROUP BY key with totals SETTINGS max_threads =8) format Null;
0 commit comments