Changes between Initial Version and Version 3 of Ticket #30897
- Timestamp:
- Oct 22, 2019, 3:35:32 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30897
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
- Property Keywords postgresql added
- Property Summary Improved QuerySet.explain() for newer versions of MariaDB and MySQL. → Improved QuerySet.explain() for newer versions of MariaDB, MySQL and PostgreSQL.
-
Ticket #30897 – Description
initial v3 2 2 - MySQL 8.0.18+ has support for [https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze EXPLAIN ANALYZE]. 3 3 - MariaDB 10.1.0+ has support for [https://mariadb.com/kb/en/library/analyze-statement/ ANALYZE]. (Was `EXPLAIN ANALYZE` before 10.1.0.) 4 - PostgreSQL 12+ has support for a new [https://www.postgresql.org/docs/12/sql-explain.html#SQL-EXPLAIN SETTINGS] option to `EXPLAIN`.