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 06:10:00 UTC

[GitHub] [incubator-pinot] jackjlli commented on issue #4127: Declare byte array size when initializing ByteArrayOutputStream

jackjlli commented on issue #4127: Declare byte array size when initializing ByteArrayOutputStream
URL: https://github.com/apache/incubator-pinot/pull/4127#issuecomment-483950470
 
 
   @sunithabeeram In one of the high qps use cases, we've seen around 40k requests which latencies are > 400ms. There're 60% of them that have < 10ms scheduler wait time, < 10ms execution time, but higher total time. The extra time is taken in `dataTable.toBytes()` method. Thus, optimizing this method would definitely help to reduce the time of latency.

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