27 Feb
2006
27 Feb
'06
8:58 a.m.
2. Performance. You can use MySQL's replication functionality to scale your database layer. You can use it to distribute the workload among multiple database servers that are exact copies of one another (load balancing).
Now, MySQL 5 has NDB engine (mysql cluster) which I found promising by reading about it but have not tested it yet much less with Drupal. Anyone?