I have a few questions regarding exporting a Dgraph database via the GraphQL endpoint.
- Is querying and mutating while exporting supported?
- If data is mutated while the export process is still running, will these changes be included in the export?
- Are multiple concurrent exports supported?
- Can an export process be cancelled? Will this also clean up export files?
- What is the impact of the chosen file format (rdf, json)? Which is file format is faster to export/import, which uses less space?