Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I have a MySQL database that is shared across 16 different database servers, and i also have 1 replica for each machine. To save money as product becomes less popular I am wanting to shard down into a single MySQL instance. I know i am able to simple SQL dump the database and import it. I am looking for the fastest way to import and export, the data since the product is active. The data set is about 1.2tb in total. 1 day of downtime is alright.

Best way to export and import 1.2tb of data to and from MySQL? is there a way to pipe it? Should I build import the data with out indexes and then build them? Any configuration files changes I should make for the import?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.