Utilizing The Power Of Clusters In The Context Of Databases?
I have a 22 machine cluster with a common NFS mount. On each machine, I am able to start a new MySQL instance. I finished creating a table with about 71 million entries and started
Solution 1:
This won't work stably mysqld isn't made for this. Plus, NFS overhead is not favorable.
You probably need to make a bunch of slave mysqld instances and parallelize your client access.
Post a Comment for "Utilizing The Power Of Clusters In The Context Of Databases?"