[Solved] Approch of desiging database for big site? [closed]


Sites the size of Facebook have unique challenges specific to their setups. Facebook, Twitter, Google, etc. all maintain their own forks of database engines and often even write their own, and they’ll be using different databases for different purposes. Very little of what they do is going to be applicable to anything you build.

Approach #1 is by far the better. With proper indexes and a good database design, MySQL can support billions of rows. It cannot as easily support millions of tables.

2

solved Approch of desiging database for big site? [closed]