Execute and Display SQL Explain in query page
lukehan opened this issue · 0 comments
lukehan commented
As a user, I would like to:
- Execute SQL Explain Plan before execute real SQL
- Display SQL Explain Plan with user information, such as how many rows will be scan, how many rows will be returned, and the each step's cost (if have)