You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Liyin Tang (JIRA)" <ji...@apache.org> on 2012/05/30 20:52:24 UTC

[jira] [Created] (HBASE-6136) Optimize the multi get to be executed in parallel.

Liyin Tang created HBASE-6136:
---------------------------------

             Summary: Optimize the multi get to be executed in parallel.
                 Key: HBASE-6136
                 URL: https://issues.apache.org/jira/browse/HBASE-6136
             Project: HBase
          Issue Type: Improvement
            Reporter: Liyin Tang


Currently the multiAction will be executed by one IPC handler thread in the server side. It would be more efficient to optimize the multi get particularly to be executed in parallel since the multiget doesn't need to write to the WAL.

--
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

        

[jira] [Commented] (HBASE-6136) Optimize the multi get to be executed in parallel.

Posted by "Kannan Muthukkaruppan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6136?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285917#comment-13285917 ] 

Kannan Muthukkaruppan commented on HBASE-6136:
----------------------------------------------

+1, as a configurable option.
                
> Optimize the multi get to be executed in parallel.
> --------------------------------------------------
>
>                 Key: HBASE-6136
>                 URL: https://issues.apache.org/jira/browse/HBASE-6136
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Liyin Tang
>
> Currently the multiAction will be executed by one IPC handler thread in the server side. It would be more efficient to optimize the multi get particularly to be executed in parallel since the multiget doesn't need to write to the WAL.

--
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