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:
maxvostrikov 2024-08-21 12:49:33 +02:00
parent 99e8a0babc
commit 8bf103e82f

View File

@ -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()