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

[jira] [Created] (IGNITE-12691) .NET: Native Near Cache

Pavel Tupitsyn created IGNITE-12691:
---------------------------------------

             Summary: .NET: Native Near Cache
                 Key: IGNITE-12691
                 URL: https://issues.apache.org/jira/browse/IGNITE-12691
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
            Reporter: Pavel Tupitsyn
            Assignee: Pavel Tupitsyn
             Fix For: 2.9


Implement native .NET Near Cache, which stores deserialized cache data on CLR heap.

Right now every cache.Get, every scan query, etc, cause repeated copy and deserialization of data from JVM, even for primary keys or near cache entries. This often becomes a bottleneck. Keeping up-to-date deserialized values in CLR memory can greatly improve performance and reduce latency.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)