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

Memcache data compression #1

Open
krazyjakee opened this issue Feb 22, 2019 · 1 comment
Open

Memcache data compression #1

krazyjakee opened this issue Feb 22, 2019 · 1 comment

Comments

@krazyjakee
Copy link

Is it currently done?
If not, is it possible to do?

@hash-bang
Copy link
Member

I guess you could run the contents that you are trying to store via gzip, but the purpose of Memcache is to be as fast as possible and I feel this would just add an overhead. This also begs the question of what happens when you try to store something above the size boundary that still doesn't fit even when compressed.

If you're query is more about stashing above the 1mb "slab" size you could just configure the Memcache daemon to increase that instead.

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

No branches or pull requests

2 participants