pnpcore
pnpcore copied to clipboard
Implement "No Tracking" queries, similar to what Entity Framework offers
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
Would probably require a new major version with breaking changes given the complexity here
No real need for this, especially since this will be a complex, costly feature and we've not heard customer demands for it