Changes between Initial Version and Version 1 of Ticket #22125, comment 32
- Timestamp:
- Mar 14, 2026, 4:04:41 PM (6 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22125, comment 32
initial v1 1 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 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.