You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Doug Cutting (JIRA)" <ji...@apache.org> on 2009/11/02 18:44:59 UTC

[jira] Commented: (AVRO-135) add compression to data files

    [ https://issues.apache.org/jira/browse/AVRO-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12772570#action_12772570 ] 

Doug Cutting commented on AVRO-135:
-----------------------------------

Looks like there's also a Java version of FastLZ, and FastLZ may be added to Hadoop in HADOOP-6349.

http://code.google.com/p/jfastlz/
http://code.google.com/p/fastlz/

FastLZ claims better decompression time than LZF, but the changelog for LZF also claims it's now faster than FastLZ:

http://www.fastlz.org/lzf.htm
http://oldhome.schmorp.de/marc/liblzf.html

It probably doesn't matter too much which one we choose.

> add compression to data files
> -----------------------------
>
>                 Key: AVRO-135
>                 URL: https://issues.apache.org/jira/browse/AVRO-135
>             Project: Avro
>          Issue Type: New Feature
>          Components: java, spec
>            Reporter: Doug Cutting
>
> We should add support for at least one compression codec to data files.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.