You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 slowaugur
start up time being paid concurrently instead of serially for the two input files passed thruaugur read-file
.The text was updated successfully, but these errors were encountered: