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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ