|
|
|
|
|
by mike_hearn
1181 days ago
|
|
I think the idea is that if your db can hold the working set in RAM and you're using a good db + prepared queries, you can just let it absorb the full workload because the act of fetching the data from the db is nearly as cheap as fetching it from redis. |
|