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)