|
|
|
|
|
by sgmansfield
3440 days ago
|
|
client-side compression works out better for a couple of reasons: 1. You use less bandwidth in/out of the box. This matters in AWS because your bandwidth is (relatively) limited. 2. Your CPU usage to (de)compress is distributed over a larger fleet. The clients spend the CPU time, not the cache servers. |
|