[
https://issues.apache.org/jira/browse/PHOENIX-186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
James Taylor resolved PHOENIX-186.
----------------------------------
Resolution: Not a Problem
> Take advantage of region boundaries for min/max queries
> -------------------------------------------------------
>
> Key: PHOENIX-186
> URL: https://issues.apache.org/jira/browse/PHOENIX-186
> Project: Phoenix
> Issue Type: Task
> Reporter: ryang-sfdc
> Labels: enhancement
>
> Rowkey is led by date non null.
> explain select max(date) from foobar where date < to_date('2013-02-17
> 00:00:00')
>
> [["PLAN"],
> ["CLIENT PARALLEL 7-WAY RANGE SCAN OVER FOOBAR TO (2013-02-17 00:00:00)
> EXCLUSIVE"],
> [" SERVER FILTER BY FirstKeyOnlyFilter"],
> [" SERVER AGGREGATE INTO SINGLE ROW"]]
> Does this plan imply we scan from the beginning of the table up to the
> specified endpoint?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)