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

Deprecate Experimental Snappy Support #2459

Closed
kimchy opened this issue Dec 3, 2012 · 3 comments
Closed

Deprecate Experimental Snappy Support #2459

kimchy opened this issue Dec 3, 2012 · 3 comments

Comments

@kimchy
Copy link
Member

kimchy commented Dec 3, 2012

Snappy support was experimental, and proved to be the same in terms of performance (vs. LZF) and actually a bit worse when it comes to compression rate. Since the snappy module uses native code, and only applies where compiled, and the fact that its an overhead for us to maintain, we are deprecating it for 0.19, and 0.20, and remove it post 0.20.

@kimchy kimchy closed this as completed Dec 3, 2012
kimchy added a commit that referenced this issue Dec 3, 2012
@rb2k
Copy link

rb2k commented Dec 4, 2012

Is there a migration path from snappy -> LZF?

@kimchy
Copy link
Member Author

kimchy commented Dec 4, 2012

@rb2k yea, you can change the compression type setting, and then run optimize with max_num_segments set to 1.

@jprante
Copy link
Contributor

jprante commented Dec 5, 2012

+1

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

No branches or pull requests

3 participants