This commit is contained in:
Nikita Taranov 2024-04-10 12:57:48 +00:00
parent 22e164c65d
commit 7bf4976198

View File

@ -1,5 +1,8 @@
-- Tags: long
-- test became more than an order of magnitude slower with max_bytes_before_external_sort=1
set max_bytes_before_external_sort = 0;
drop table if exists stack;
set max_insert_threads = 4;