feat: export import v2 rfc
I hereby agree to the terms of the GreptimeDB CLA.
Refer to a related PR or issue link (optional)
What's changed and what's your intention?
As the rfc said
PR Checklist
Please convert it to a draft if some of the following conditions are not met.
- [ ] I have written the necessary rustdoc comments.
- [ ] I have added the necessary unit tests and integration tests.
- [ ] This PR requires documentation updates.
- [ ] API changes are backward compatible.
- [ ] Schema or data changes are backward compatible.
Looks like it's designed for GreptimeDB itself, and you can't export the data in other standard formats like csv, sql etc?
Looks like it's designed for GreptimeDB itself, and you can't export the data in other standard formats like csv, sql etc?
Designed exclusively for GreptimeDB to replace the current export/import tool: https://docs.greptime.com/user-guide/deployments-administration/disaster-recovery/back-up-&-restore-data/
Looks like it's designed for GreptimeDB itself, and you can't export the data in other standard formats like csv, sql etc?
We can support CSV because the dependent "copy database" already accepts it; I'll update the RFC.
PTAL @killme2008 @evenyag