We are currently using mysql master slave architecture but with time we are facing issue of storing data on single machine and acaling the machine vertically to overcome that we want to shard data logically at the same time providing high read and write throughput. Is it right to use mysql ndb cluster for that or we can use some other options If yes please specify other options for the same.
Our data is growing exponentially we need support for that kind of data with ACID property support