logo FEDIDEVS

DjangoCon EU 2025

Day 5 (2)

Made a PR during the sprints that could significantly improve the performance of bulk queries on SQLite 🥳 github.com/django/django/pull/

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, and 2 days of sprints

4 0 0