views:

112

answers:

1

How does Facebook structure their data for messages. I have heard they use Cassandra for inbox search, but is this the only technology they use?

+2  A: 

Here's how the Facebook database schema might look like.

I doubt it actually looks like this, because such a normalized scheme wouldn't be very scalable. Check out Data Management, Facebook-style.

the_void