#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 (8)
comment:1 by , 12 months ago
| Has patch: | set |
|---|---|
| Owner: | set to |
| Patch needs improvement: | set |
| Status: | new → assigned |
comment:2 by , 12 months ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 11 months ago
| Patch needs improvement: | unset |
|---|
comment:4 by , 11 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:5 by , 11 months ago
Note:
See TracTickets
for help on using tickets.
In 2638b755: