ClickHouse/dbms/tests/queries/0_stateless/01055_compact_parts_1.reference
Alexey Milovidov 3a59e41143 Update tests
2020-03-11 03:27:30 +03:00

3 lines
385 B
Plaintext

CREATE TABLE default.mt_compact (`a` Int32, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, index_granularity = 8192
CREATE TABLE default.mt_compact (`a` Int32, `s` String) ENGINE = MergeTree PARTITION BY a ORDER BY a SETTINGS index_granularity_bytes = 0, min_rows_for_wide_part = 0, index_granularity = 8192, parts_to_delay_insert = 300