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

Update/revise/move/remove "How queries work" section #1720

Open
AskYous opened this issue Sep 11, 2019 — with docs.microsoft.com · 3 comments
Open

Update/revise/move/remove "How queries work" section #1720

AskYous opened this issue Sep 11, 2019 — with docs.microsoft.com · 3 comments

Comments

Copy link

AskYous commented Sep 11, 2019

If you can given an example execution happening from C# to the database back to C#, that would be nice. Because even though I read this, I don't know what it means to cache as mentioned in 1a. If I ran Author.Books.ToList() twice, do two executions run or not? An example may have answered this for me.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

@divega
Copy link
Contributor

divega commented Sep 11, 2019

Triage: Clarify that what we mean here is that the result of query compilation is cached. The results are also added to the DbContext (if the query is tracked) but the second query will execute against the database.

Also mention compiled query and relational SQL command caching.

@divega divega added this to the 3.1.0 milestone Sep 11, 2019
@AndriySvyryd AndriySvyryd changed the title An example would help Clarify query caching Dec 10, 2019
@ajcvickers ajcvickers changed the title Clarify query caching Update/revise/move/remove "How queries work" section Jan 15, 2020
@ajcvickers ajcvickers removed this from the 3.1.0 milestone Jan 15, 2020
@ajcvickers
Copy link
Member

See also comment in #1783

@ajcvickers ajcvickers assigned ajcvickers and unassigned maumar Feb 10, 2020
@ajcvickers ajcvickers added this to the 5.0.0 milestone Feb 10, 2020
@ajcvickers
Copy link
Member

Note from team meeting:

@ajcvickers ajcvickers modified the milestones: 5.0.0, Backlog Dec 16, 2020
@ajcvickers ajcvickers removed their assignment Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants