Redis – How many writes per second to a MySQL server can I reasonably expect?
We're running a custom ad server solution and, in some cases, we store and increment/decrement counts and aggregated values in MySQL, for optimization. I understand keeping counts in MySQL is not ideal, although I'm not 100% sure why. My guess…