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

merge: Import metadata files concurrently? #1617

Open
Tracked by #1628
tsibley opened this issue Sep 3, 2024 · 0 comments
Open
Tracked by #1628

merge: Import metadata files concurrently? #1617

tsibley opened this issue Sep 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@tsibley
Copy link
Member

tsibley commented Sep 3, 2024

General idea is to concurrently import metadata files into separate SQLite dbs, then ATTACH them to export merged metadata.

I whipped up a working prototype and pushed it to trs/merge/concurrent-import. On a trivial two file, three record input set, this alone cuts off 1.5s of wall clock time, because of the slow slow slow augur start up time being paid concurrently instead of serially for the two input files passed thru augur read-file.

@tsibley tsibley added the enhancement New feature or request label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant