This commit is contained in:
Antonio Andelic 2024-07-16 09:04:38 +02:00
parent ba209eda39
commit 3a8507b6eb

View File

@ -29,7 +29,7 @@ from in_02231
group by key;
set optimize_trivial_insert_select = 1;
insert into in_02231 select * from numbers(10e6) settings max_memory_usage='310Mi', max_threads=1;
insert into in_02231 select * from numbers(10e6) settings max_memory_usage='400Mi', max_threads=1;
drop table buffer_02231;
drop table out_02231;