You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
explain: add transaction information to EXPLAIN ANALYZE
Add transaction isolation, priority, and quality-of-service to the
output of `EXPLAIN ANALYZE`.
Release note (sql change): `EXPLAIN ANALYZE` output now includes:
- the isolation level of the statement's transaction
- the priority of the statement's transaction
- the quality of service level of the statement's transaction
0 commit comments