WordPress sharding: which multi-DB plugin to use?
Personally, I use none of them. And an NDB cluster instead. NDB is MySQL’s built-in master-master replication engine. The only limitation of NDB in practice is the lack of full text index. But you can always use yahoo or google’s API for searches within your site. I found it worth the extra redundancy, especially when … Read more