yugabyte-db icon indicating copy to clipboard operation
yugabyte-db copied to clipboard

[YSQL] Add distributed aspect of the execution plan in output of explain analyze

Open sushantrmishra opened this issue 2 years ago • 0 comments

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.

sushantrmishra avatar Mar 23 '22 06:03 sushantrmishra