Changes between Initial Version and Version 1 of Ticket #37237, comment 3
- Timestamp:
- Jul 29, 2026, 2:43:10 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37237, comment 3
initial v1 3 3 However, 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. 4 4 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 :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 (added in `tests/many_to_many/tests.py`): 6 6 7 7 {{{#!python