Skip to content
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

tools restore parallelism #12013

Open
s-sabitova opened this issue Nov 26, 2024 · 0 comments · May be fixed by #12122
Open

tools restore parallelism #12013

s-sabitova opened this issue Nov 26, 2024 · 0 comments · May be fixed by #12122
Assignees
Labels

Comments

@s-sabitova
Copy link

s-sabitova commented Nov 26, 2024

Currently tools restore is suitable for importing data within a single process. Sometimes it's is not fast enough, eg when several large tables need to be restored.

The idea is to allow several tools restore processes to run in parallel. Each process should restore a chunk of a table.

In order to support the idea, the following should be done:

  • Allow tools restore to write into existing tables (currently it's restricted)
  • When launching a restore process, user should be able to specify the list of chunks (files that were dumped) which will be restored by this process.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants