summaryrefslogtreecommitdiff
path: root/tests/backends/postgresql/test_compilation.py
AgeCommit message (Collapse)Author
2024-12-11Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.Simon Charette
This should make bulk_create significantly faster on Postgres when provided only literal values. Thanks James Sewell for writing about this technique, Tom Forbes for validating the performance benefits, David Sanders and Mariusz Felisiak for the review.