[
https://issues.apache.org/jira/browse/JENA-2181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17432920#comment-17432920
]
Andy Seaborne commented on JENA-2181:
-------------------------------------
Jena supports bzip2 already and can read snappy using Apache Common Compress
The Apache Common Compress decompressor for zst relies on external JNI code --
https://github.com/luben/zstd-jni/ .
Adding shipping the compiled binaries across multiple architectures is not
somthing to undertake lightly.
> Support zstd compression for nq files
> -------------------------------------
>
> Key: JENA-2181
> URL: https://issues.apache.org/jira/browse/JENA-2181
> Project: Apache Jena
> Issue Type: Improvement
> Reporter: Ioan Eugen Stan
> Priority: Major
>
> Hello,
> New compression algorightms appear and some bring in benefits.
> ZSTD seems to provide very good compression ratio and also supports fast
> compress/decompress.
> It would be great to support this additional format for NQ files alongside
> veteran gzip.
> Extension would be zst.
>
> Related work that hints at zstd benefits:
> https://issues.apache.org/jira/browse/LUCENE-8739
> Thanks,
> Eugen
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)