Skip to content

Add documentation about reading query plans

Yorick Peterse requested to merge docs/document-query-plans into master

What does this MR do?

This adds a database guide on how to read the output of "EXPLAIN" and "EXPLAIN ANALYZE", and how to use this output to understand a query's performance and optimise it.

Edited by Yorick Peterse

Merge request reports