Skip to content

[Enhancement] add support for restore to ccr #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 358 commits into
base: dev
Choose a base branch
from

Conversation

Vallishp
Copy link
Contributor

@Vallishp Vallishp commented Dec 11, 2024

add support for restore to ccr
doris PR apache/doris#45162

  1. DBSync
    1. If restore involves only one table. Then do partial snapshot to that table.
    2. If restore involves multiple tables, then do full snapshot on that db.
  2. TableSync
    1. If restore involves table, then each table needs full sync.

w41ter and others added 28 commits January 11, 2025 08:11
* fix start helper parameter
* add trace
wyxxxcat and others added 29 commits January 11, 2025 08:11
1. Add view to table mapping
2. Remove database prefix in inline view def
According to the golang document, the KeyType of a map
may be any type that is comparable:

1. Two pointer values are equal if they point to the same
variable or if both have value nil
2. Two struct values are equal if their corresponding non-
blank field values are equal.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants