Google News
logo
Memcached - Interview Questions
How does Memcached handle data compression?
Memcached supports data compression as a feature to reduce memory usage and improve network throughput when storing and retrieving data. Here's how Memcached handles data compression:

* Enable Compression
* Compression Algorithm
* Dynamic Compression
* Metadata Storage
* Decompression on Retrieval
* Efficient Compression
* Optional Compression Threshold
* Considerations
Advertisement