Closed toni-sissala closed 11 months ago
Change the Study record schema so that queries for direct base url do not need to use the $elemMatch operator, which has a negative impact on performance. The altered schema has a new key "_direct_base_url":
{ "_provenance": [ {"base_url": "some.url" ...}, {"base_url": "another.url" ...}, ...,], "_direct_base_url": "some.url" }
This component can be released when merged. I will add a date to changelog entry when merging.
Change the Study record schema so that queries for direct base url do not need to use the $elemMatch operator, which has a negative impact on performance. The altered schema has a new key "_direct_base_url":
This component can be released when merged. I will add a date to changelog entry when merging.