Changes between Initial Version and Version 3 of Ticket #30897


Ignore:
Timestamp:
Oct 22, 2019, 3:35:32 AM (5 years ago)
Author:
Nick Pope
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30897

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
    • 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  
    22- MySQL 8.0.18+ has support for [https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze EXPLAIN ANALYZE].
    33- 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`.
Back to Top