mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
squash! materialized_view_deduplication performance comparison test performance comparison test to check deduplication in MATERIALIZED VIEW's. Logic is similar to, but with a bigger insert tests/queries/0_stateless/03008_deduplication_cases_from_docs.sql
This commit is contained in:
parent
99e8a0babc
commit
8bf103e82f
@ -2,7 +2,6 @@
|
||||
<settings>
|
||||
<deduplicate_blocks_in_dependent_materialized_views>1</deduplicate_blocks_in_dependent_materialized_views>
|
||||
</settings>
|
||||
|
||||
<create_query>
|
||||
CREATE TABLE dst (`key` Int64, `value` String)
|
||||
ENGINE = MergeTree ORDER BY tuple()
|
||||
|
Loading…
Reference in New Issue
Block a user