Skip to content

Commit

Permalink
Add documentation on EXPLAIN and EXPLAIN ANALYZE (#12122)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
devanbenz and alamb committed Aug 28, 2024
1 parent 8ba6732 commit 7d8bb0b
Show file tree
Hide file tree
Showing 3 changed files with 368 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ To get started, see
user-guide/expressions
user-guide/sql/index
user-guide/configs
user-guide/explain-usage
user-guide/faq

.. _toc.library-user-guide:
Expand Down
Loading

0 comments on commit 7d8bb0b

Please sign in to comment.