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/04/17 01:00:24 UTC

[GitHub] [incubator-pinot] jackjlli opened a new pull request #4127: Declare byte array size when initializing ByteArrayOutputStream

jackjlli opened a new pull request #4127: Declare byte array size when initializing ByteArrayOutputStream
URL: https://github.com/apache/incubator-pinot/pull/4127
 
 
   We've seen some use cases with high latency on `dataTable.toBytes()` method.
   This PR declares byte array size when initializing `ByteArrayOutputStream`, which reduces the time of resizing the object. This helps especially when the object time is large.

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