Changes between Initial Version and Version 1 of Ticket #26780, comment 6


Ignore:
Timestamp:
Jul 22, 2016, 6:38:41 PM (8 years ago)
Author:
Todor Velichkov

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 to do a `top-n-per-group` query which I don't think the `ORM` is capable of.
     1The 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.
    22
    33What I can suggest is: Instead of limiting the `QuerySet`, find a way to filter it.
Back to Top