-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Cosmos: Optimize more queries that could use ReadItem #20693
Labels
area-cosmos
area-perf
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-6.0
type-enhancement
Milestone
Comments
ajcvickers
added a commit
that referenced
this issue
Jun 7, 2024
Part of #20693 Part of #33893 There is a lot left to do here, but I'm making a break here to get reviews before it goes too far. Major changes here are: - Discover and record properties used to form the JSON `id` in one place. - Use this to generate ate `id` values without tracking an instance. (Makes no-tracking work, needed for Reload.) - Be better at detecting only detecting patterns we can later translate. Next up: be better at detecting non-Find query patterns that we can translate.
ajcvickers
added a commit
that referenced
this issue
Jun 7, 2024
Part of #20693 Part of #33893 There is a lot left to do here, but I'm making a break here to get reviews before it goes too far. Major changes here are: - Discover and record properties used to form the JSON `id` in one place. - Use this to generate ate `id` values without tracking an instance. (Makes no-tracking work, needed for Reload.) - Be better at detecting only detecting patterns we can later translate. Next up: be better at detecting non-Find query patterns that we can translate.
ajcvickers
added a commit
that referenced
this issue
Jun 14, 2024
Part of #20693 Part of #33893 There is a lot left to do here, but I'm making a break here to get reviews before it goes too far. Major changes here are: - Discover and record properties used to form the JSON `id` in one place. - Use this to generate ate `id` values without tracking an instance. (Makes no-tracking work, needed for Reload.) - Be better at detecting only detecting patterns we can later translate. Next up: be better at detecting non-Find query patterns that we can translate.
ajcvickers
added a commit
that referenced
this issue
Jun 15, 2024
Part of #20693 Part of #33893 There is a lot left to do here, but I'm making a break here to get reviews before it goes too far. Major changes here are: - Discover and record properties used to form the JSON `id` in one place. - Use this to generate ate `id` values without tracking an instance. (Makes no-tracking work, needed for Reload.) - Be better at detecting only detecting patterns we can later translate. Next up: be better at detecting non-Find query patterns that we can translate.
ajcvickers
added a commit
that referenced
this issue
Jun 15, 2024
* Support ReadItem for no-tracking queries Part of #20693 Part of #33893 There is a lot left to do here, but I'm making a break here to get reviews before it goes too far. Major changes here are: - Discover and record properties used to form the JSON `id` in one place. - Use this to generate ate `id` values without tracking an instance. (Makes no-tracking work, needed for Reload.) - Be better at detecting only detecting patterns we can later translate. Next up: be better at detecting non-Find query patterns that we can translate. * Updated version, based on Andriy's comment. * Code review updates.
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 4, 2024
Closes dotnet#20693 Fixes dotnet#34085
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 4, 2024
Closes dotnet#20693 Fixes dotnet#34085
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 6, 2024
Closes dotnet#20693 Fixes dotnet#34085
roji
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Jul 6, 2024
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
roji
added a commit
to roji/efcore
that referenced
this issue
Jul 8, 2024
Closes dotnet#20693 Closes dotnet#20350 Fixes dotnet#34085 Fixes dotnet#33960
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-cosmos
area-perf
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
punted-for-6.0
type-enhancement
FirstOrDefault()
EF.Property
The text was updated successfully, but these errors were encountered: