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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
