Opened 7 weeks ago
Closed 4 weeks ago
#35936 closed Cleanup/optimization (fixed)
Speeding up Postgres bulk_create by using unnest
Reported by: | Simon Charette | Owned by: | Simon Charette |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 5.1 |
Severity: | Normal | Keywords: | postgres bulk create unnest |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Per this forum discussion there seems to be a consensus and peer validation of performance benefits of using unnest
for the bulk insertion of literal values on Postgres.
Change History (6)
comment:1 by , 7 weeks ago
Has patch: | set |
---|---|
Owner: | set to |
Patch needs improvement: | set |
Status: | new → assigned |
comment:2 by , 6 weeks ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 6 weeks ago
Patch needs improvement: | unset |
---|
comment:4 by , 4 weeks ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 4 weeks ago
Note:
See TracTickets
for help on using tickets.
In 2638b755: