Is it possible for mysql to create a distributed database ? http://en.wikipedia.org/wiki/Distributed_database
+1
A:
Sure. Any large site like WordPress.com couldn't possibly hope to run their entire MySQL database off one server. They use replication and sharding to distribute the database over tens, hundreds, or thousands of servers.
ceejayoz
2010-07-01 17:16:37