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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)