himanshug commented on issue #7932: CompressionUtils performance improvement ask
URL: 
https://github.com/apache/incubator-druid/issues/7932#issuecomment-508364025
 
 
   @crodier thanks . ok, I see now. FilterOutputStream default 
`FilterOutputStream.write(byte b[], int off, int len)` default impl is dumber 
than it needs to be.
   In this case, Performance degradation is not related to BufferedOutputStream 
which we never had in that context but due to the use of FilterOutputStream  . 
I did some tests and https://github.com/apache/incubator-druid/pull/8024 should 
fix the regression.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to