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

Benedict commented on CASSANDRA-14482:
--------------------------------------

I don't see any issue with doing our own checksumming?  It's not like they'll 
be doing anything magical.  In fact, according to 
[this|https://facebook.github.io/zstd/zstd_manual.html] they're just using the 
lower 32bits of xxhash64, which we already utilise elsewhere I think?  There's 
also a good case to made for permitting the checksum to be configurable, so 
that the user can decide on their preferred level of protection, both in 
algorithm and number of bits.

> ZSTD Compressor support in Cassandra
> ------------------------------------
>
>                 Key: CASSANDRA-14482
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14482
>             Project: Cassandra
>          Issue Type: New Feature
>          Components: Dependencies, Feature/Compression
>            Reporter: Sushma A Devendrappa
>            Assignee: Dinesh Joshi
>            Priority: Major
>              Labels: performance, pull-request-available
>             Fix For: 4.x
>
>          Time Spent: 2h 40m
>  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