Skip to content

Commit 7d8bb0b

Browse files
devanbenzalamb
andauthored
Add documentation on EXPLAIN and EXPLAIN ANALYZE (#12122)
* feat(wip): working on adding explain docs Signed-off-by: Devan <[email protected]> * working on it Signed-off-by: Devan <[email protected]> * working on it -- adding plan descriptions Signed-off-by: Devan <[email protected]> * adds descriptions for phys plan and note on parallel Signed-off-by: Devan <[email protected]> * adds information about the logical plan Signed-off-by: Devan <[email protected]> * Add page to index * Update example, add information on how to get the datafile * Add example of reading explain analyze * Add section on partitioning * prettier * adding aggregate plan explain docs Signed-off-by: Devan <[email protected]> * field -> column Signed-off-by: Devan <[email protected]> * repartition update Signed-off-by: Devan <[email protected]> * prettier Signed-off-by: Devan <[email protected]> * clarify some points --------- Signed-off-by: Devan <[email protected]> Co-authored-by: Andrew Lamb <[email protected]>
1 parent 8ba6732 commit 7d8bb0b

File tree

3 files changed

+368
-0
lines changed

3 files changed

+368
-0
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ To get started, see
8989
user-guide/expressions
9090
user-guide/sql/index
9191
user-guide/configs
92+
user-guide/explain-usage
9293
user-guide/faq
9394

9495
.. _toc.library-user-guide:

0 commit comments

Comments
 (0)