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/15 18:49:33 UTC

[jira] [Created] (IGNITE-2838) IGFS: Optimize IgfsListingEntry format.

Vladimir Ozerov created IGNITE-2838:
---------------------------------------

             Summary: IGFS: Optimize IgfsListingEntry format.
                 Key: IGNITE-2838
                 URL: https://issues.apache.org/jira/browse/IGNITE-2838
             Project: Ignite
          Issue Type: Task
          Components: IGFS
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
             Fix For: 1.6


The sole purpose of {{IgfsListingEntry}} is to allow for fast directory listing. But it turns out that this could slow down the rest operations because we have to constantly keep this listing up to date with redundant information such as properties, modification time, etc..

Let's make listing entry as simple as possible.



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