Changes between Initial Version and Version 1 of Ticket #5423, comment 40
- Timestamp:
- Jul 12, 2011, 1:31:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5423, comment 40
initial v1 1 Unfortunately the patch isn't ready, some comments and further etsting showed it is still consuming1 Unfortunately the patch isn't ready, some comments and further testing showed that in the PostgreSQL case big ORM queries are still consuming too mucho memory. 2 2 3 3 I suspect the patch solves things in the Django side because it implemenst usage of QuerySet.iterator(). But we still need to add to e.g. outr PostgreSQL backend the ability to signal psycopg2/RDBMS it shouldn't get all the queryset from the server, maybe using server-side cursors.