Is your feature request related to a problem or challenge?
The EXPLAIN command is a key way to understand what DataFusion has done. However, the output format is not well documented which makes understanding what DataFusion is doing harder
The syntax of EXPLAIN is documented here: https://datafusion.apache.org/user-guide/sql/explain.html
However information on how to interpret what these mean is not available
Describe the solution you'd like
I would like to document how to read an explain plan
Describe alternatives you've considered
I propose adding a new page in the user guide here:
InfluxData has internal documentation about how to read an explain plan that we would like to donate to the public docs (both to help others as well as to have help maintaining them)
Additional context
No response
Is your feature request related to a problem or challenge?
The
EXPLAINcommand is a key way to understand what DataFusion has done. However, the output format is not well documented which makes understanding what DataFusion is doing harderThe syntax of
EXPLAINis documented here: https://datafusion.apache.org/user-guide/sql/explain.htmlHowever information on how to interpret what these mean is not available
Describe the solution you'd like
I would like to document how to read an explain plan
Describe alternatives you've considered
I propose adding a new page in the user guide here:
InfluxData has internal documentation about how to read an explain plan that we would like to donate to the public docs (both to help others as well as to have help maintaining them)
Additional context
No response