What is the best way to import bulk data to MySql table on AWS RDS

0

I have a MySQL database in AWS RDS. I want to import bulk data in to table in database. which contains thousands of rows. I need to do it from my website with also deployed in AWS. Web is developed using ASP.Net MVC.

What is the best ways to achieve this

1 Antwort
0

Hello, The best way to import bulk data into AWS RDS MySQL is depends on the source of the data, the amount of data, whether the import is done one time or is ongoing, and the amount of downtime a business can afford.

You can check AWS documentation to find techniques to import data into an RDS for MySQL DB instance. https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/MySQL.Procedural.Importing.Other.html

Some useful link to improve performance of your bulk data import - https://aws.amazon.com/blogs/database/improve-performance-of-your-bulk-data-import-to-amazon-rds-for-mysql/

AWS
beantwortet vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen