You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Attila Bukor (JIRA)" <ji...@apache.org> on 2016/10/07 13:23:20 UTC

[jira] [Created] (KUDU-1685) File Block Manager's block ID's are stored inefficiently

Attila Bukor created KUDU-1685:
----------------------------------

             Summary: File Block Manager's block ID's are stored inefficiently
                 Key: KUDU-1685
                 URL: https://issues.apache.org/jira/browse/KUDU-1685
             Project: Kudu
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Attila Bukor


The fix for KUDU-1538 causes too many block IDs to be stored in the same directory:

$ tree -d
.
└── d1
    └── 1e
        └── fe

Storing it in LSB order should probably be better.



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