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 回答
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
已回答 2 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则