Django bulk_update memory issue
Django bulk_update suffers from unexpected memory bloat during large migrations, and a custom batching approach prevents SIGTERM crashes by limiting in-memory update statements.
Django bulk_update suffers from unexpected memory bloat during large migrations, and a custom batching approach prevents SIGTERM crashes by limiting in-memory update statements.