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/04/11 00:23:13 UTC

[GitHub] [drill] dvjyothsna opened a new pull request #1745: DRILL-7166: Count query with wildcard should skip reading of metadata summary file

dvjyothsna opened a new pull request #1745: DRILL-7166: Count query with wildcard should skip reading of metadata summary file
URL: https://github.com/apache/drill/pull/1745
 
 
   Count(*) or Count(column) queries use the aggregated row count and null count from the metadata summary file without reading the large file metadata. When the directory filter has a wildcard, count cannot be fetched from the metadata summary file since the summary file contains count of all the children underneath that and there is no way to filter using wild card. The ConvertCountToDirectScan physical rule will be applied to these cases.

----------------------------------------------------------------
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