You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (Jira)" <ji...@apache.org> on 2020/04/09 17:42:00 UTC

[jira] [Created] (IGNITE-12882) .NET: Serve local Scan queries directly from platform near cache

Pavel Tupitsyn created IGNITE-12882:
---------------------------------------

             Summary: .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
             Fix For: 2.9


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)