You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ebremer (via GitHub)" <gi...@apache.org> on 2023/05/30 12:50:49 UTC

[GitHub] [arrow] ebremer opened a new issue, #35824: Slow LZ4 compression using java Arrow 12.0.0

ebremer opened a new issue, #35824:
URL: https://github.com/apache/arrow/issues/35824

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   500 MB of arrow data took a few hours to compress.  A 5GB selection ran for a couple of days and did not complete.  The one that did worked fine once it was done and I was able to read it back in and use it.  Without compression, data writes out fine in a much shorter time frame for both.  Using the following code to set up my writer:
   ```
   ArrowFileWriter writer = new ArrowFileWriter(root, null, Channels.newChannel(fos), new HashMap<>(), IpcOption.DEFAULT, CommonsCompressionFactory.INSTANCE, CompressionUtil.CodecType.LZ4_FRAME));
   ```
   Running code with:
   ```
   java -version
   openjdk version "17.0.7" 2023-04-18
   OpenJDK Runtime Environment GraalVM CE 22.3.2 (build 17.0.7+7-jvmci-22.3-b18)
   OpenJDK 64-Bit Server VM GraalVM CE 22.3.2 (build 17.0.7+7-jvmci-22.3-b18, mixed mode, sharing)
   ```
   
   ### Component(s)
   
   Java


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

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] emkornfield commented on issue #35824: [Java] Slow LZ4 compression using java Arrow 12.0.0

Posted by "emkornfield (via GitHub)" <gi...@apache.org>.
emkornfield commented on issue #35824:
URL: https://github.com/apache/arrow/issues/35824#issuecomment-1688767655

   This is a known issue, there still isn't to my knowledge a canonical performance framed lz4 compressor/decompressor for java


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] pitrou commented on issue #35824: [Java] Slow LZ4 compression using java Arrow 12.0.0

Posted by "pitrou (via GitHub)" <gi...@apache.org>.
pitrou commented on issue #35824:
URL: https://github.com/apache/arrow/issues/35824#issuecomment-1688623170

   @lidavidm @davisusanibar 


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

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org