#33508 closed Cleanup/optimization (fixed)
MariaDB 10.8+ supports ordering on individual columns in the index.
Reported by: | Mariusz Felisiak | Owned by: | Alokik Roy |
---|---|---|---|
Component: | Database layer (models, ORM) | Version: | 4.0 |
Severity: | Normal | Keywords: | mariadb |
Cc: | Alokik Roy | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
MariaDB 10.8+ supports ordering on individual columns in the index, see release notes. We should correct the supports_index_column_ordering
feature flag.
Change History (7)
comment:1 by , 3 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 3 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 3 years ago
comment:4 by , 3 years ago
Has patch: | set |
---|
comment:5 by , 3 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
Note:
See TracTickets
for help on using tickets.
PR https://github.com/django/django/pull/15452