Merge branch 'lighter-test-window-functions' into miscellaneous

This commit is contained in:
Alexey Milovidov 2024-07-22 06:42:55 +02:00
commit 40045c3894

View File

@ -15,7 +15,7 @@ order by (brand_id, toStartOfHour(dt)) SETTINGS index_granularity = 8192, index_
insert into stack
select number%99991, number%11, number%1111, toDateTime('2020-01-01 00:00:00')+number/100,
toDateTime('2020-02-01 00:00:00')+number/10, intDiv(number,100)+1
from numbers_mt(10000000);
from numbers_mt(1000000);
select '---- arrays ----';