greptimedb icon indicating copy to clipboard operation
greptimedb copied to clipboard

feat: export import v2 rfc

Open fengjiachun opened this issue 3 months ago • 4 comments

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.

fengjiachun avatar Dec 30 '25 10:12 fengjiachun

Looks like it's designed for GreptimeDB itself, and you can't export the data in other standard formats like csv, sql etc?

killme2008 avatar Dec 31 '25 01:12 killme2008

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/

fengjiachun avatar Dec 31 '25 02:12 fengjiachun

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.

fengjiachun avatar Dec 31 '25 11:12 fengjiachun

PTAL @killme2008 @evenyag

fengjiachun avatar Jan 04 '26 08:01 fengjiachun