Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Relational Database Management System (sometimes RDBMS) refers to database systems that store data with a relational model.

learn more… | top users | synonyms

0
votes
0answers
73 views

How does a site like facebook store things like “status likes” in mysql? [duplicate]

I'm assuming a site like facebook would have table called "Status" or something along those lines. This table contains cols like "StatusID,UserID,Message,etc...". But what how are "likes" related to ...