mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
fix index_granularity_bytes to make test stable
This commit is contained in:
parent
7a393dc140
commit
79ecd1c262
@ -9,7 +9,7 @@ CREATE TABLE url_na_log
|
||||
ENGINE = MergeTree
|
||||
PRIMARY KEY SiteId
|
||||
ORDER BY (SiteId, DateVisit)
|
||||
SETTINGS index_granularity = 1000, min_bytes_for_wide_part = 0;
|
||||
SETTINGS index_granularity_bytes = 1000000, index_granularity = 1000, min_bytes_for_wide_part = 0;
|
||||
|
||||
CREATE ROW POLICY url_na_log_policy0 ON url_na_log FOR SELECT USING (DateVisit < '2022-08-11') OR (DateVisit > '2022-08-19') TO default;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user