Skip to content

Specify to use EXPLAIN ANALYZE in prep MR guide

Terri Chu requested to merge tchu-update-query-plans-for-db-reviews into master

What does this MR do and why?

Update how to generate manual query plans to prepare a database MR for review.

Explain command in postgres.ai actually runs EXPLAIN ANALYZE and that is the preferred command to use for reviews, but it's not clear in the documentation.

Screenshots or screen recordings

N/A

How to set up and validate locally

N/A - docs only

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports