Annotations

This commit is contained in:
Alexey Milovidov 2024-08-08 18:34:02 +02:00
parent fd4ff1f621
commit d52d599af4

View File

@ -1,3 +1,4 @@
-- Tags: long
SET max_rows_to_read = 0;
create table test (number UInt64) engine=MergeTree order by number;
insert into test select * from numbers(50000000);