Improve explain tree
formatting for longer lines / word wrap
#15019
Labels
enhancement
New feature or request
explain tree
formatting for longer lines / word wrap
#15019
Is your feature request related to a problem or challenge?
SQL EXPLAIN
Tree Rendering #14914The new tree explain format currently truncates pretty aggressively
For example, the query like this
The output looks like this (note that the predicate has been truncated):
As @irenjj says in #15001 (comment)
Describe the solution you'd like
I would like more of the predicate to be visible in the explain plan (there probably needs to still be some limit, but more than one line would be nice)
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: