[
https://issues.apache.org/jira/browse/PHOENIX-1267?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16393885#comment-16393885
]
Hudson commented on PHOENIX-1267:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-4.x-HBase-1.3 #55 (See
[https://builds.apache.org/job/Phoenix-4.x-HBase-1.3/55/])
PHOENIX-1267 Set scan.setSmall(true) when appropriate (Abhishek Singh (jtaylor:
rev 1cf0744024056828f42336a0fb92f0f3bff56961)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
* (edit) phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java
* (edit)
phoenix-core/src/test/java/org/apache/phoenix/compile/QueryCompilerTest.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/execute/BaseQueryPlan.java
> Set scan.setSmall(true) when appropriate
> ----------------------------------------
>
> Key: PHOENIX-1267
> URL: https://issues.apache.org/jira/browse/PHOENIX-1267
> Project: Phoenix
> Issue Type: Bug
> Reporter: James Taylor
> Assignee: Abhishek Singh Chouhan
> Priority: Major
> Labels: SFDC, newbie
> Fix For: 4.14.0, 5.0.0
>
> Attachments: PHOENIX-1267.master.patch, PHOENIX-1267.master.patch,
> smallscan.patch, smallscan2.patch, smallscan3.patch
>
>
> There's a nice optimization that has been in HBase for a while now to set a
> scan as "small". This prevents extra RPC calls, I believe. We should add a
> hint for queries that forces it to be set/not set, and make our best guess on
> when it should default to true.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)