apache / doris

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

[Enhancement] add support for restore to ccr #43557

Open dataroaring opened 2 weeks ago

dataroaring commented 2 weeks ago

Search before asking

Description

Restore does not generate binlog in fe and be.

Solution

  1. generating binlog in fe and be;
  2. sync binlog in ccr-syncer.
  3. write case, here is a basic cases https://github.com/selectdb/ccr-syncer/pull/217.
  4. update documents.

Are you willing to submit PR?

Code of Conduct

cjj2010 commented 6 days ago

prick