-
Notifications
You must be signed in to change notification settings - Fork 7
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
Large scale date sorting / filtering #1875
Comments
Likely an indexing issue since at the moment confirmed date is located within the events array. Should be fixed by adding a |
I don't know whether there are specific expectations of what to speed up here, but I see a small number of queries in prod that are still slow:
|
This just came up again as the slowest query on the cluster in the graph window, so someone is doing it reasonably frequently. |
A couple of indexes recommended by the Atlas automatic tool: caseReference.sourceId: 1 and list: 1 |
Fixed a breaking bug in the down migration #1875
Fixed a breaking bug in the down migration #1875
Fixed a breaking bug in the down migration #1875
Try to improve performance of sorting filtering big data queries
The text was updated successfully, but these errors were encountered: