mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix test
This commit is contained in:
parent
7f6d640023
commit
ba049d85b3
@ -10,7 +10,8 @@ CREATE TABLE t
|
||||
)
|
||||
ENGINE = MergeTree
|
||||
ORDER BY (x, y, z)
|
||||
SETTINGS index_granularity = 8192;
|
||||
SETTINGS index_granularity = 8192,
|
||||
index_granularity_bytes = 10485760;
|
||||
|
||||
INSERT INTO t SELECT
|
||||
number,
|
||||
|
Loading…
Reference in New Issue
Block a user