You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/11/20 01:41:28 UTC

[GitHub] [pulsar] utf7 opened a new pull request #5705: [pulsar-io] improve hbase sink performance

utf7 opened a new pull request #5705: [pulsar-io] improve hbase sink performance
URL: https://github.com/apache/pulsar/pull/5705
 
 
   ### Motivation
   
   multi columns add to single put can improve the performace
   this can improve hbase put performance
   in our test env, it can be better 2.x-3.x
   
   ### Modifications
   
   hbase sink : change one column with one put to one put with many columns

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services