yugabyte-db
yugabyte-db copied to clipboard
[YSQL] Add distributed aspect of the execution plan in output of explain analyze
Jira Link: DB-955
Description
Currently our explain (analyze) plan are borrowed from the PostrgreSQL. We should enhance the output of explain plans to display additional information distributed aspect of the execution plan.
- Number of tablets involved
- Numbers of rows read from docDB
- Time spent in docDB layer.