[ 
https://issues.apache.org/jira/browse/CASSANDRA-14482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16714966#comment-16714966
 ] 

Sushma A Devendrappa commented on CASSANDRA-14482:
--------------------------------------------------

Thanks for all the feedback!

 [~aweisberg] we have seen similar results as [~jolynch], several usecases show 
better results than LZ4 and Deflate, ZSTD has good speed for most usecases 
given same compression ratio.

Current code changes does not affect any testing neither touches any other code 
part of cassandra itself, apart from adding a new compression. So this should 
be safe changes for any experimentation and also real usage in production.

Dictionary based compression is a very good feature of ZSTD, that can be 
enabled and code changes for that can go in a separate patch in other upcoming 
releases. Current patch gives a good start for introducing ZSTD as a 
compression variant and later add more feature.   

> ZSTD Compressor support in Cassandra
> ------------------------------------
>
>                 Key: CASSANDRA-14482
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14482
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Compression, Libraries
>            Reporter: Sushma A Devendrappa
>            Assignee: Sushma A Devendrappa
>            Priority: Major
>              Labels: performance, pull-request-available
>             Fix For: 4.x
>
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> ZStandard has a great speed and compression ratio tradeoff. 
> ZStandard is open source compression from Facebook.
> More about ZSTD
> [https://github.com/facebook/zstd]
> https://code.facebook.com/posts/1658392934479273/smaller-and-faster-data-compression-with-zstandard/
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to