This commit is contained in:
jsc0218 2024-04-26 02:45:50 +00:00
parent 7f6d640023
commit ba049d85b3

View File

@ -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,