Opened 6 years ago
Last modified 5 years ago
#30897 closed New feature
Improved QuerySet.explain() for newer versions of MariaDB and MySQL. — at Initial Version
| Reported by: | Nick Pope | Owned by: | Nick Pope |
|---|---|---|---|
| Component: | Database layer (models, ORM) | Version: | dev |
| Severity: | Normal | Keywords: | explain, analyze, mariadb, mysql, postgresql |
| Cc: | 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
- MySQL 8.0.16+ has support for EXPLAIN FORMAT=TREE.
- MySQL 8.0.18+ has support for EXPLAIN ANALYZE.
- MariaDB 10.1.0+ has support for ANALYZE. (Was
EXPLAIN ANALYZEbefore 10.1.0.)
Note:
See TracTickets
for help on using tickets.