You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/06/20 15:58:38 UTC

[GitHub] [incubator-druid] crodier opened a new issue #7932: CompressionUtils performance improvement ask

crodier opened a new issue #7932: CompressionUtils performance improvement ask
URL: https://github.com/apache/incubator-druid/issues/7932
 
 
    FileUtils, needs (on or around line 234), a BufferedOutputStream instead of a FilteredOutputStream (we think.)  Apologies for not submitting a proper patch.
   
   ### Affected Version
   
   0.14.2-incubating
   
   ### Description
   
   When we compress a 20mb smoosh folder today into a zip.  It takes about 15 seconds, whereas the previous implementation of Compression Utils takes about a second.  This makes the hand-off compression much slower.
   
   The software is amazing, thank you.
   
   

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org