#35936 closed Cleanup/optimization (fixed)
Speeding up Postgres bulk_create by using unnest
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 , 3 months ago
Has patch: | set |
---|---|
Owner: | set to |
Patch needs improvement: | set |
Status: | new → assigned |
comment:2 by , 3 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 3 months ago
Patch needs improvement: | unset |
---|
comment:4 by , 3 months ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 3 months ago
Note:
See TracTickets
for help on using tickets.
In 2638b755: