You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/06/25 02:33:50 UTC

[GitHub] [incubator-pinot] Jackie-Jiang opened a new pull request #4362: Optimize MutableOffHeapByteArrayStore by directly calling the PinotDataBuffer API

Jackie-Jiang opened a new pull request #4362: Optimize MutableOffHeapByteArrayStore by directly calling the PinotDataBuffer API
URL: https://github.com/apache/incubator-pinot/pull/4362
 
 
   Use PinotDataBuffer batch bytes read/write API instead of put/get byte by byte
   2-3x performance gain when reading/writing bytes of average length over 100
   
   Change the buffer size to be int (long buffer size is not supported)
   Remove the deprecated OffHeapStringStore

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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org