Hacker News new | ask | show | jobs
by chrisbolt 5971 days ago
memcache clients already support client-side compression, which compresses the data before it goes over the network. It wouldn't make sense to move that to the server.

I'm quite sure they're already doing compression.

1 comments

It would certainly make sense to do compression while it's stored server-side in RAM if they're RAM capacity limited.