-
Notifications
You must be signed in to change notification settings - Fork 29
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
Performance: SqlImplementation.entity_metadata_map()
#676
Comments
Thank you @joeflack4 this is a high priority for me! @hrshdhgd how can we get this up the ladder of priorities? |
#679: PR on the way! |
The latest version - v0.5.22 should be quicker! |
I am trying this on 0.6.6 and it is still much too slow..
I stopped this after 16 minutes.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview
This method seems far too slow.
Example
In this PR, using
mondo.db
:Each iteration of this loop took on average 15.5 seconds. Estimating that to get through ~25k mondo_ids would take ~100 hours at this rate.
The text was updated successfully, but these errors were encountered: