apache / doris

Apache Doris is an easy-to-use, high performance and unified analytics database.
https://doris.apache.org
Apache License 2.0
12.78k stars 3.29k forks source link

[Enhancement] support drop sync materialized view in ccr #43356

Open dataroaring opened 2 weeks ago

dataroaring commented 2 weeks ago

Search before asking

Description

Currently, create materialized view is supported in ccr while dropping is not supportted.

Solution

  1. check cases related to materialized view in ccr.
  2. generate binlog for drop materialized view in doris.
  3. handle binlog in ccr-syncer
  4. add cases for db sync and table sync.
  5. update document in doris-websites

Are you willing to submit PR?

Code of Conduct

Vallishp commented 21 hours ago

i will try this