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 2017/07/04 13:38:02 UTC

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

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)