Code review only. Label queries were taking ~3s due to missing index. Added new index on Artifact.labels. I ran ensure_index and verified that the index is created on inheriting collections.
status: code-review --> closed
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
After the ming upgrade:
forge:tv/3937
Code review only. Label queries were taking ~3s due to missing index. Added new index on Artifact.labels. I ran ensure_index and verified that the index is created on inheriting collections.
Query changed after this index was created. Need to change it to (labels, app_config_id).