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
When reviewing PR #296 I happened to look at the area schema and thought the current index on leftRightIndex is incorrect (we're not just searching for a leftToRightIndex alone). It should be a compound index with both _id and metadata.leftRightIndex.
When reviewing PR #296 I happened to look at the area schema and thought the current index on leftRightIndex is incorrect (we're not just searching for a leftToRightIndex alone). It should be a compound index with both
_id
andmetadata.leftRightIndex
.https://github.com/OpenBeta/openbeta-graphql/blob/develop/src/db/AreaSchema.ts#L120
To do:
.explain('executionStats')
and see how it affects sortingThe text was updated successfully, but these errors were encountered: