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

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

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

Anton Vinogradov (Jira)
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)