Add documentation about reading query plans
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