[
https://issues.apache.org/jira/browse/HBASE-5461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833748#comment-13833748
]
Neil Ferguson commented on HBASE-5461:
--------------------------------------
Just wanted to reference this discussion:
http://search-hadoop.com/m/2tTzS4zXIS&subj=Re+COMPACTIONS+Anyone+seen+hbase+hstore+compaction+min+size+in+trunk+0+95+
which appears to be the latest on this.
> Set hbase.hstore.compaction.min.size way down to 4MB
> ----------------------------------------------------
>
> Key: HBASE-5461
> URL: https://issues.apache.org/jira/browse/HBASE-5461
> Project: HBase
> Issue Type: Task
> Affects Versions: 0.92.1
> Reporter: stack
> Priority: Critical
>
> See discussion over in HBASE-3149. Nicolas suggests setting this setting way
> down, to the below:
> {code}
> <property>
> <name>hbase.hstore.compaction.min.size</name>
> <value>4194304</value>
> <description>
> The "minimum" compaction size. All files below this size are always
> included into a compaction, even if outside compaction ratio times
> the total size of all files added to compaction so far.
> </description>
> </property>
> {code}
> Lets try it.
--
This message was sent by Atlassian JIRA
(v6.1#6144)