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
Is there a specific reason as to why the select fields are not propagated to the Database Controller layer and further passed on to Mongo? Currently all the fields are fetched from Mongo and then sliced at the parse-server level, but we can just pass the select fields to the Mongo itself. By adding these changes, the queries are much much faster.
Let me know if i am missing something. If this is fine, i can provide with a PR.
The text was updated successfully, but these errors were encountered:
shivangagarwal
changed the title
[Discussion] Select does not propagate to the Mongo Layer
[Discussion] Select fields does not propagate to the Mongo Layer
Sep 6, 2016
Hi,
Is there a specific reason as to why the select fields are not propagated to the Database Controller layer and further passed on to Mongo? Currently all the fields are fetched from Mongo and then sliced at the parse-server level, but we can just pass the select fields to the Mongo itself. By adding these changes, the queries are much much faster.
Let me know if i am missing something. If this is fine, i can provide with a PR.
The text was updated successfully, but these errors were encountered: