Changes between Version 3 and Version 12 of Ticket #30897
- Timestamp:
- Aug 20, 2020, 10:57:05 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30897
- Property Triage Stage Accepted → Ready for checkin
- Property Resolution → fixed
- Property Status assigned → closed
-
Ticket #30897 – Description
v3 v12 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 4 - PostgreSQL 12+ has support for a new [https://www.postgresql.org/docs/12/sql-explain.html#SQL-EXPLAIN SETTINGS] option to `EXPLAIN`. 5 6 Updated 2020-08-20: 7 8 - MySQL 8.0.21+ has support for [https://dev.mysql.com/doc/refman/8.0/en/explain.html#explain-analyze EXPLAIN ANALYZE FORMAT=TREE]. 9 - PostgreSQL 13+ has support for a new [https://www.postgresql.org/docs/13/sql-explain.html#SQL-EXPLAIN WAL] option to `EXPLAIN`.