[
https://issues.apache.org/jira/browse/IGNITE-872?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14533259#comment-14533259
]
Valentin Kulichenko commented on IGNITE-872:
--------------------------------------------
I also noticed that {{IgniteCacheProxy.query(Query filter, @Nullable
ClusterGroup grp)}} method ignores page size parameter when delegating to
{{CacheQuery}}. Need to add smth like this:
{code}
qry.pageSize(filter.getPageSize());
{code}
> Scan query scans the whole cache before returning the first page.
> -----------------------------------------------------------------
>
> Key: IGNITE-872
> URL: https://issues.apache.org/jira/browse/IGNITE-872
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Dmitriy Setrakyan
> Assignee: Sergi Vladykin
> Priority: Blocker
> Fix For: sprint-5
>
>
> Dev list link:
> http://apache-ignite-developers.2346864.n4.nabble.com/Scan-query-with-page-size-should-return-as-first-page-available-td353.html
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)