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
My team and I are super happy with our parse-server hosted on Heroku! We're starting to move forward with new features. This means new queries and new indexes. I have two questions:
How can I view the output of cursor.explain() to debug my queries?
How does parse-server determine the order keys are added to queries? I've read that this is important. Is it the same order that I called functions like equalTo(), greaterThan(), containedIn(), etc?
Thanks for your help.
The text was updated successfully, but these errors were encountered:
For now you will have to go into the mongo logs directly to find query explanations, as we don't expose these in Parse Server. The key order shouldn't matter.
My team and I are super happy with our parse-server hosted on Heroku! We're starting to move forward with new features. This means new queries and new indexes. I have two questions:
cursor.explain()
to debug my queries?equalTo()
,greaterThan()
,containedIn()
, etc?Thanks for your help.
The text was updated successfully, but these errors were encountered: