Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#30897 closed New feature (fixed)

Improved QuerySet.explain() for newer versions of MariaDB, MySQL and PostgreSQL. — at Version 12

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 (last modified by Nick Pope)

Updated 2020-08-20:

Change History (12)

comment:1 by Nick Pope, 5 years ago

Has patch: set

comment:2 by Mariusz Felisiak, 5 years ago

Triage Stage: UnreviewedAccepted

comment:3 by Nick Pope, 5 years ago

Description: modified (diff)
Keywords: postgresql added
Summary: Improved QuerySet.explain() for newer versions of MariaDB and MySQL.Improved QuerySet.explain() for newer versions of MariaDB, MySQL and PostgreSQL.

comment:4 by Mariusz Felisiak, 5 years ago

Needs tests: set
Patch needs improvement: set

comment:5 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In 6e9189c:

Refs #30897 -- Added test for SETTINGS option to Queryset.explain() on PostgreSQL 12+.

comment:6 by Nick Pope, 5 years ago

Needs tests: unset
Patch needs improvement: unset

Patch improved, tests added.

comment:7 by Mariusz Felisiak, 5 years ago

Triage Stage: AcceptedReady for checkin

comment:8 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In 74296133:

Refs #30897 -- Added support for TREE format to Queryset.explain() on MySQL 8.0.16+.

comment:9 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In 55df1750:

Refs #30897 -- Added support for ANALYZE option to Queryset.explain() on MariaDB and MySQL 8.0.18+.

comment:10 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

In cabf1fe:

Refs #30897 -- Made cosmetic edits to QuerySet.explain() documentation.

comment:11 by Mariusz Felisiak, 5 years ago

Resolution: fixed
Status: assignedclosed

comment:12 by Nick Pope, 4 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top