[
https://issues.apache.org/jira/browse/HBASE-5699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279667#comment-13279667
]
Todd Lipcon commented on HBASE-5699:
------------------------------------
I think with durable sync, having a WAL-per-region would be even less feasible
than it is today -- we currently depend on batching in order to get good
throughput. If a server has 50 regions, then you'd get 50x less batching
opportunity and write throughput would grind to a halt. Imagine a fan-out write
to all of the regions -- it would generate 50 disk seeks instead of just 1.
> Run with > 1 WAL in HRegionServer
> ---------------------------------
>
> Key: HBASE-5699
> URL: https://issues.apache.org/jira/browse/HBASE-5699
> Project: HBase
> Issue Type: Improvement
> Reporter: binlijin
> Assignee: Li Pi
>
--
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