1
0
mirror of https://github.com/django/django.git synced 2025-01-07 00:46:08 +00:00
django/tests/backends/postgresql
Simon Charette a16eedcf9c Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible.
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.
2024-12-11 13:56:18 +01:00
..
__init__.py
test_compilation.py Fixed #35936 -- Used unnest for bulk inserts on Postgres when possible. 2024-12-11 13:56:18 +01:00
test_creation.py
test_introspection.py
test_operations.py
test_server_side_cursors.py
tests.py