What is the database design Facebook uses for it's wall posts ?
At facebook we can place a status update that could be any of the following objects:
- a message
- a video
- a url (renders preview of the url)
- a photo
- etc
Most of these objects share a lot of similarity.
If we want to create a similiar site like facebook, would it be smart to have 1 table with all the objects and a lot of NULL fields or would it be smarter to have a table for each object type.
How did facebook manage this in the early days?
What is the database design Facebook uses for it's wall posts ?ask Facebook employees – Martin. Dec 5 '11 at 11:45