[
https://issues.apache.org/jira/browse/HBASE-5762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Purtell updated HBASE-5762:
----------------------------------
Issue Type: Sub-task (was: New Feature)
Parent: HBASE-10171
> Coprocessor : Add combiner at Region server level.
> --------------------------------------------------
>
> Key: HBASE-5762
> URL: https://issues.apache.org/jira/browse/HBASE-5762
> Project: HBase
> Issue Type: Sub-task
> 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 was sent by Atlassian JIRA
(v6.1.4#6159)