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

⚡ Import each table concurrently #75

Merged
merged 1 commit into from
Apr 4, 2021
Merged

Conversation

AndreasSko
Copy link
Owner

As for the imports there are no interdependencies that would require serial importing, we can run each import per table
"at the same time".
In my testing, this resulted in a 3x speed up of importing for each 3MB backup (60ms vs 180ms!).

As for the imports there are no
interdependencies that would require serial
importing, we can run each import per table
"at the same time".
In my testing, this resulted in a 3x speed up of
importing for each 3MB backup
(60ms vs 180ms!).
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.4%) to 85.837% when pulling be3da27 on concurrent_import into da48705 on master.

@AndreasSko AndreasSko merged commit e159ec4 into master Apr 4, 2021
@AndreasSko AndreasSko deleted the concurrent_import branch April 4, 2021 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants