You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/02/20 12:57:18 UTC

[jira] [Created] (IGNITE-2702) .NET: Support compact footers in binary format.

Vladimir Ozerov created IGNITE-2702:
---------------------------------------

             Summary: .NET: Support compact footers in binary format.
                 Key: IGNITE-2702
                 URL: https://issues.apache.org/jira/browse/IGNITE-2702
             Project: Ignite
          Issue Type: Task
          Components: platforms
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Pavel Tupitsyn
            Priority: Critical
             Fix For: 1.6


There is an optimization in binary format called "compact footers". When enabled, we do not write field IDs during serialization and only write field offsets. And field IDs are written only once to type metadata.

We need to support the same mechanism in .NET.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)