Changes between Initial Version and Version 1 of Ticket #37237, comment 3


Ignore:
Timestamp:
Jul 29, 2026, 2:43:10 PM (3 weeks ago)
Author:
Adam Sołtysik

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37237, comment 3

    initial v1  
    33However, the manually executed query is still noticably faster. In my benchmark, we get from 0.584 s to 0.235 s, which is ~1.3x slower than the 0.176 s.
    44
    5 That could be considered reasonable as an ORM abstraction cost, but a bigger slowdown remains with M2M, which I also mentioned. Here's a benchmark:
     5That could be considered reasonable as an ORM abstraction cost, but a bigger slowdown remains with M2M, which I also mentioned. Here's a benchmark (added in `tests/many_to_many/tests.py`):
    66
    77{{{#!python
Back to Top