mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
impl
This commit is contained in:
parent
05f1d122b1
commit
008408c81f
@ -1,4 +1,4 @@
|
||||
-- Tags: no-random-merge-tree-settings, no-tsan, no-debug, no-object-storage
|
||||
-- Tags: no-random-merge-tree-settings, no-random-settings, no-tsan, no-debug, no-object-storage, long
|
||||
-- no-tsan: too slow
|
||||
-- no-object-storage: for remote tables we use thread pool even when reading with one stream, so memory consumption is higher
|
||||
|
||||
@ -16,7 +16,7 @@ CREATE TABLE adaptive_table(
|
||||
value String
|
||||
) ENGINE MergeTree()
|
||||
ORDER BY key
|
||||
SETTINGS index_granularity_bytes=1048576,
|
||||
SETTINGS index_granularity_bytes = 1048576,
|
||||
min_bytes_for_wide_part = 0,
|
||||
min_rows_for_wide_part = 0,
|
||||
enable_vertical_merge_algorithm = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user