Skip to content
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

Avoid unneceessary projections #35

Open
Monteth opened this issue Oct 6, 2023 · 0 comments
Open

Avoid unneceessary projections #35

Monteth opened this issue Oct 6, 2023 · 0 comments

Comments

@Monteth
Copy link
Member

Monteth commented Oct 6, 2023

If we need a field from an object and already have the entire object retrieved, then we can skip projecting that field.
It is especially harmful because Mongo throws an error in such situations, and /in some cases, the whole step can be omitted.
Codename: fixProjectPhases

@github-project-automation github-project-automation bot moved this to Needs triage in Open Source Oct 6, 2023
@Monteth Monteth moved this from Needs triage to To do in Open Source Oct 6, 2023
@Monteth Monteth moved this from To do to Concept in Open Source Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Concept
Development

No branches or pull requests

1 participant