Made a PR during the #DjangoConEurope sprints that could significantly improve the performance of bulk queries on SQLite 🥳 https://github.com/django/django/pull/19427
For example, given a `bulk_create()` with 10,000 instances of a model that has 25 fields, the number of queries could go down from 251 to 1.
On Debian in general, queries that originally would take N*250 batches can now be done in ~N batches.
This was a ticket that one of the Djangonauts in my team worked on, then I added the tests at the sprints 🚀
12
3
2
The banner is definitely representative of the tiredness after a week of travel, #djangoconeurope and 2 days of sprints
4
0
0