Changes between Initial Version and Version 1 of Ticket #36526
- Timestamp:
- Jul 26, 2025, 10:01:57 AM (6 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36526 – Description
initial v1 19 19 [https://github.com/anze3db/django-bulk-update-memory A GitHub repository that reproduces the problem with memray results.] 20 20 21 Looking at the source code of `bulk_update`, the issue seems to be that Django builds the `updates` list before starting to execute the queries. I'd be happy to contribute a patch that makes the updates list lazy unless there are concerns about adding more computation between each update call and thus making the transaction longer?22 23 21 This might be related to https://code.djangoproject.com/ticket/31202, but I decided to open a new issue because I wouldn't mind waiting longer for bulk_update to complete, but the SIGTERM surprised me.