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)