You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Purtell (JIRA)" <ji...@apache.org> on 2010/03/28 21:31:27 UTC

[jira] Resolved: (HBASE-1984) Clearly document durability versus write performance tradeoff

     [ https://issues.apache.org/jira/browse/HBASE-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Purtell resolved HBASE-1984.
-----------------------------------

    Resolution: Duplicate

Several recent issues duplicate this issue, but do it better.

> Clearly document durability versus write performance tradeoff
> -------------------------------------------------------------
>
>                 Key: HBASE-1984
>                 URL: https://issues.apache.org/jira/browse/HBASE-1984
>             Project: Hadoop HBase
>          Issue Type: Task
>            Reporter: Andrew Purtell
>             Fix For: 0.21.0
>
>
> Hadoop 0.21 now has a reliable append and flush feature and this gives us the opportunity to review some assumptions. The current situation:
> * Every edit going to a catalog table is flushed so there's no data loss.
> * The user tables edits are flushed every hbase.regionserver.flushlogentries which by default is 100.
> We should call out the durability versus write performance tradeoff in the flushlogentries description and up on the wiki somewhere, maybe on http://wiki.apache.org/hadoop/PerformanceTuning . We should also provide two example configurations, one for performance (err on the performance side but not insane) and one for paranoia.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.