[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-20 Thread Andrew Purtell (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13773174#comment-13773174 ] Andrew Purtell commented on HBASE-9553: --- bq. Maybe I should have done this testing

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-18 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13771564#comment-13771564 ] Lars Hofhansl commented on HBASE-9553: -- So I did some simple tests with just

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-17 Thread Anoop Sam John (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769273#comment-13769273 ] Anoop Sam John commented on HBASE-9553: --- What abt when the on-cache encoding is

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-17 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13770316#comment-13770316 ] Todd Lipcon commented on HBASE-9553: Interested to see the results here. When I tested

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-17 Thread Matt Corgan (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13770389#comment-13770389 ] Matt Corgan commented on HBASE-9553: I don't know the code-level implementation

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-16 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769048#comment-13769048 ] Nick Dimiduk commented on HBASE-9553: - I think it's worth giving a try. Why not take

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-16 Thread Lars Hofhansl (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769121#comment-13769121 ] Lars Hofhansl commented on HBASE-9553: -- The memstore stores small variable sized KVs

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-16 Thread Jean-Marc Spaggiari (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769150#comment-13769150 ] Jean-Marc Spaggiari commented on HBASE-9553: The idea seems correct. Looking

[jira] [Commented] (HBASE-9553) Pad HFile blocks to a fixed size before placing them into the blockcache

2013-09-16 Thread Liang Xie (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-9553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13769161#comment-13769161 ] Liang Xie commented on HBASE-9553: -- probably it could beat the current implement:) but