caching strategies for real-time feeds, you know
Nadia Vargas
·8975 views
working on this project with a live news feed. we're getting tons of reads, and keeping it updated for everybody without overloading the backend is a real challenge. we're considering caching, but what are the best ways to do that for something that has to be updated so often? should we cache parts of the feed, single stories, or what else could work. any ideas on how to refresh or update caches smartly here, especially if we're using message queues for the updates
41 comments