[
https://issues.apache.org/jira/browse/PHOENIX-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15338807#comment-15338807
]
Lars Hofhansl commented on PHOENIX-3005:
----------------------------------------
So specifically, {{SELECT c1 FROM T GROUP BY c1}} works as expected so does
{{SELECT DISTINCT(c1) FROM T}}.
Only {{SELECT COUNT(DISTINCT(c1)) FROM T}} does not work correctly.
> Use DistinctPrefixFilter for DISTINCT index scans
> -------------------------------------------------
>
> Key: PHOENIX-3005
> URL: https://issues.apache.org/jira/browse/PHOENIX-3005
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Lars Hofhansl
> Fix For: 4.8.0
>
>
> Currently the optimization in PHOENIX-258 is not used for DISTINCT index
> scans. We should add that as well.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)