It seems like implementing web-app like twitter/facebook-wall needs 1 huge "feeds" relational table (+ a user table) and an awesome caching mechanism.. ( can you recommend one? )
my main question is, how would you implement such a "feature" using a non-relational DB, e.g. a key/value kind of DB?
Obviously, I had like to support the amount of users using twitter concurrently and in general.
Thanks