[
https://issues.apache.org/jira/browse/IGNITE-12882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17080244#comment-17080244
]
Pavel Tupitsyn commented on IGNITE-12882:
-----------------------------------------
Merged to master: e0a846cb7cde548e3d8d625c8c1159adf3968f30
> .NET: Serve local Scan queries directly from platform near cache
> ----------------------------------------------------------------
>
> Key: IGNITE-12882
> URL: https://issues.apache.org/jira/browse/IGNITE-12882
> Project: Ignite
> Issue Type: Improvement
> Components: platforms
> Affects Versions: 2.9
> Reporter: Pavel Tupitsyn
> Assignee: Pavel Tupitsyn
> Priority: Major
> Labels: .NET
> Fix For: 2.9
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Scan queries with Local flag and non-null Partition can be executed directly
> against Platform Near Cache, avoiding Java calls.
> Partition must be reserved before iteration to guarantee that it is local and
> does not move away while we iterate. Failed reservation should cause an
> exception - can’t do a local query for a non-local partition.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)