Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix table compression #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Bouncheck
Copy link
Collaborator

Currently setting table compression fails with
Missing sub-option 'sstable_compression' for the 'compression' option.. This is due to Cassandra using now 'class' sub-option and Scylla using 'sstable_compression'. Resolved by calling with customized 'withOption' instead of directly 'withCompression'.

Upgrades snappy to 1.1.10.5. This technically also requires upping the driver version to the one using snappy 1.1.10.5.

Currently setting table compression fails with
`Missing sub-option 'sstable_compression' for the 'compression' option.`.
This is due to Cassandra using now 'class' sub-option and Scylla using
'sstable_compression'. Resolved by calling with customized 'withOption'
instead of directly 'withCompression'.

Upgrades snappy to 1.1.10.5 . This technically also requires upping the
driver version to the one using snappy 1.1.10.5 .
@Bouncheck
Copy link
Collaborator Author

Bouncheck commented Oct 17, 2023

No issues observed when running with LZ4, Deflate, Snappy and no table compression. No issues observed with Snappy protocol compression.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants