Changes between Version 1 and Version 2 of Ticket #22125, comment 32
- Timestamp:
- Mar 14, 2026, 4:40:47 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22125, comment 32
v1 v2 1 1 Regarding [https://code.djangoproject.com/ticket/22125#comment:25 comment #25] I did some tests on SQL Fiddle ([https://sqlfiddle.com/mariadb/online-compiler?id=6af2699e-0a91-403e-a758-0a331294916a here]) for MariaDB, and it also optimizes the use of covering index, so it seems that we can consider that all databases supported by Django would benefit from this optimization. 2 3 Edit: I added some comments on a [https://github.com/django/django/pull/16979#issuecomment-4061455570 previous PR], I think it could be reused.