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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to