Tagged Questions
15
votes
2answers
1k views
Stack Overflow DB performance and redis cache
I am trying to understand some of the data storage and caching details of Stack Overflow.
Are the pages build completely from redis cached data or does it need to make some db calls?
Assuming that ...