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/03/11 19:24:39 UTC

[jira] [Created] (IGNITE-2811) IGFS: Optimize properties handling.

Vladimir Ozerov created IGNITE-2811:
---------------------------------------

             Summary: IGFS: Optimize properties handling.
                 Key: IGNITE-2811
                 URL: https://issues.apache.org/jira/browse/IGNITE-2811
             Project: Ignite
          Issue Type: Task
          Components: IGFS
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
             Fix For: 1.7


*Problem*
We have properties map which constantly duplicated over and over again inside all {{IgfsFileInfo}} and {{IgfsListingEntry}}. This leads to substantial network traffic and most of the time these properties are a kind of defaults.

*Porposed solution*
1) If properties are deafult, do not pass them directly, but pass a special marker (e.g. boolean flag).
2) If well-known key is set (there ~3 such keys) pass only values without keys.
3) Investigate whether we need to store properties on {{IgfsListingEntry}} level.



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