Hacker News new | ask | show | jobs
by vshabanov 4475 days ago
RSS readers are quite resource intensive. They need to continuously update feeds (even when you're not using the site) and when you reading they need to remember each post you've read. It's write heavy load that most databases do not handle well. So you need to shard and use more servers even with comparatively small number of users.