pnpcore icon indicating copy to clipboard operation
pnpcore copied to clipboard

Implement "No Tracking" queries, similar to what Entity Framework offers

Open jansenbe opened this issue 2 years ago • 1 comments

Category

  • [x] Feature request

Describe the feature

If you know that the retrieved data is only going to be used in Read Only mode then the whole change tracking support is overhead, returned objects could be consuming less memory and there would be less processing overhead.

Describe the solution you'd like

Something like EF did: https://docs.microsoft.com/en-us/ef/core/querying/tracking#no-tracking-queries

jansenbe avatar Sep 16 '21 06:09 jansenbe

Would probably require a new major version with breaking changes given the complexity here

jansenbe avatar May 09 '22 14:05 jansenbe

No real need for this, especially since this will be a complex, costly feature and we've not heard customer demands for it

jansenbe avatar Jan 20 '23 19:01 jansenbe