You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Ravindra Pesala (Created) (JIRA)" <ji...@apache.org> on 2012/04/11 00:43:16 UTC

[jira] [Created] (HBASE-5762) Coprocessor : Add combiner at Region server level.

Coprocessor : Add combiner at Region server level.
--------------------------------------------------

                 Key: HBASE-5762
                 URL: https://issues.apache.org/jira/browse/HBASE-5762
             Project: HBase
          Issue Type: New Feature
          Components: coprocessors
    Affects Versions: 0.92.0
            Reporter: Ravindra Pesala


End point coprocessors works on each region and send the result back to the client.If there is a scenario like aggregating the values based on some key patterns then we have to reduce all the results at the client side.
So if we can provide combiner( just like map/reduce) functionality at region server level then all region results can be reduced at region server and send the result to the client.This will reduce the network traffic as only single result will be sent by each region server.

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