Changes between Version 1 and Version 2 of Ticket #26211, comment 3
- Timestamp:
- Feb 11, 2016, 5:38:20 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26211, comment 3
v1 v2 1 1 Woah! I was not suggesting closing this! I don't think behavior is as expected. The ORM should realize the prefetch has already been done. 2 2 3 The ORM should perform the partition operation in memory rather than going back to the DB. 3 The ORM should perform the partition operation in memory rather than going back to the DB. In fact I assume it already does that. For some reason the request for sorting seems to break the use of the cached query results.