-
Notifications
You must be signed in to change notification settings - Fork 333
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
feat: copy database from #3164
feat: copy database from #3164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
1da7d2e
to
eb05233
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3164 +/- ##
==========================================
- Coverage 85.84% 85.38% -0.47%
==========================================
Files 840 840
Lines 137539 137633 +94
==========================================
- Hits 118076 117513 -563
- Misses 19463 20120 +657 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
This PR adds support for
COPY DATABASE FROM
statement that can be conveviently used for restoring backup data exported byCOPY DATABASE TO
statement.Checklist
Refer to a related PR or issue link (optional)
#3159