Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Because you can't edit tweets, the database is monotonically increasing (append-only) so scaling it isn't that hard. Cache invalidation basically just adds a new item. Deleting a tweet actually would be the harder/more expensive operation, but it's also less common.


Editing a tweet is also easy because the feeds would only store its id. You'd only need to invalidate one cache where the tweet object itself is stored.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: