Changes between Initial Version and Version 1 of Ticket #26780, comment 6
- Timestamp:
- Jul 22, 2016, 6:38:41 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26780, comment 6
initial v1 1 The only way to limit this Query (and to not load all the records into memory) would be to is todo a `top-n-per-group` query which I don't think the `ORM` is capable of.1 The only way to limit this Query (and to not load all the records into memory) would be to do a `top-n-per-group` query which I don't think the `ORM` is capable of. 2 2 3 3 What I can suggest is: Instead of limiting the `QuerySet`, find a way to filter it.