Details
-
Task
-
Status: Closed
-
Resolution: Fixed
-
None
-
None
-
None
-
127
Description
create table(a varchar(32) not null, date date not null constraint pk primary key(a,date))
[["PLAN"],["CLIENT PARALLEL 94-WAY FULL SCAN OVER foo"],[" SERVER AGGREGATE INTO ORDERED DISTINCT ROWS BY [a]"],["CLIENT MERGE SORT"]]
We should skip scan.
Attachments
Attachments
Issue Links
- duplicates
-
PHOENIX-2797 Ideas to speed up MIN/MAX/DISTINCT for prefixes of the PK
- Resolved
- is related to
-
PHOENIX-3156 DistinctPrefixFilter optimization produces incorrect results with some non-pk WHERE conditions
- Closed