You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/05/02 21:05:22 UTC

[GitHub] [drill] kkhatua opened a new pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query

kkhatua opened a new pull request #1779: DRILL-7222: Visualize estimated and actual row counts for a query
URL: https://github.com/apache/drill/pull/1779
 
 
   With statistics in place, it is useful to have the estimated rowcount along side the actual rowcount query profile's operator overview. 
   We extract this from the Physical Plan section of the profile and show it in parenthesis with a toggle button to have the estimates hidden by default.
   ![image](https://user-images.githubusercontent.com/4335237/57106796-296e9600-6ce3-11e9-9dff-f37a647cd13a.png)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services