[jira] [Created] (IGNITE-5687) .NET: Store deserialized values on heap optionally

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

[jira] [Created] (IGNITE-5687) .NET: Store deserialized values on heap optionally

Anton Vinogradov (Jira)
Pavel Tupitsyn created IGNITE-5687:
--------------------------------------

             Summary: .NET: Store deserialized values on heap optionally
                 Key: IGNITE-5687
                 URL: https://issues.apache.org/jira/browse/IGNITE-5687
             Project: Ignite
          Issue Type: New Feature
          Components: platforms
    Affects Versions: 2.0
            Reporter: Pavel Tupitsyn


Add an option to store deserialized cache values in .NET heap for quick access (Java side has this: IGNITE-4535).

.NET filters and predicates (scan query, entry processors, etc) require binary object copy and deserialization on every call. Storing deserialized entries in .NET memory would remove this overhead.

Java uses eviction policy to control size and behavior of on-heap cache.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)