[ 
https://issues.apache.org/jira/browse/IMPALA-10495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Qifan Chen updated IMPALA-10495:
--------------------------------
    Description: Selecting good min/max filters for a query during query 
compilation can be a difficult task as the benefit of such a filter may not be 
known.  However, when a column C is known to have a strong correlation with a 
partition or a sort column, a min/max filter on C can be chosen and very 
useful.  (was: Selecting good min/max filters for a query during query 
compilation can be a difficult task as the benefit of such a filter may not 
known.  However, when a column C is known to have a strong correlation with a 
partition or a sort column, a min/max filter on C can be very useful.)

> Computing correlation coefficient for certain columns can be useful to 
> min/max filters
> --------------------------------------------------------------------------------------
>
>                 Key: IMPALA-10495
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10495
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Backend
>            Reporter: Qifan Chen
>            Priority: Major
>
> Selecting good min/max filters for a query during query compilation can be a 
> difficult task as the benefit of such a filter may not be known.  However, 
> when a column C is known to have a strong correlation with a partition or a 
> sort column, a min/max filter on C can be chosen and very useful.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to