-
Notifications
You must be signed in to change notification settings - Fork 168
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
how to use compression for titan? #263
Comments
Line 85 in 66a7a24
The compression type is defined here: |
how do i do this configuration in tidb? why then it's mentioned as a new feature on May? |
"Delta compression" is a feature request (which is far from production-ready and we don't have the resources to accept it yet), compression in general is supported long ago. |
ok thx. everything make sense now. looking forward to delta compression... seems like a great storage savings but not sure how much cpu time it takes |
@tabokie did someone look into that feature proposal though ? |
@cscetbon Unfortunately no. We don't have the bandwidth and this is a very low-priority feature in the scope of TiKV. (An intern implemented zstd dictionary compression years ago and we haven't gotten around to test it in TiKV...) |
how to use compression for titan? i saw the delta compression, is there a configuration setting to enable it?
The text was updated successfully, but these errors were encountered: