Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5998283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:23:03+00:00 2026-05-23T00:23:03+00:00

This question is probably for MySQL experts and admins that have done this sort

  • 0

This question is probably for MySQL experts and admins that have done this sort of migration before.

I have 17 MySQL tables, triggers and stored procedures on MyISAM storage engine. These tables have around 8 MiB data combined. Since I am moving the application and database to Amazon EC2 and RDS I was wondering what are the key considerations when migrating tables from MyISAM to InnoDB.

The steps that I will be going through are pretty much as follows.

  1. System Tables on AWS RDS has to be on MyISAM so no contest on that.
  2. Create 17 tables with the same structure as they exist on MyISAM and build them in RDS InnoDB.
  3. Export Data from the MyISAM tables and import them in to the new tables created in RDS on InnoDB.
  4. Create the Triggers, Stored Procedures and Functions in the InnoDB database.

When I ask about key considerations of a migration like this across MySQL storage engines I want to know from the point of view of experienced admins if something explicitly needs to be taken care of at the DB level during the data migration etc so that the DB behaves the way it should and there are no glitches. I am worried mainly because I read that InnoDB and MyISAM’s way of buffering, I/O, CPU and Memory usage are different.

I will happily accept your 2 cents on this process.

Thanks.

*Update*

innodb_buffer_pool_size – {DBInstanceClassMemory*3/4} This is what it is set to right now.

I am looking for other parameters as well. Let me know if you want to see values set for any other specific parameters.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T00:23:04+00:00Added an answer on May 23, 2026 at 12:23 am

    There are many differences between MyISAM and InnoDB but the main points that you should be aware of before the migration.,
    1. Data backups cannot be done by simply copying over files as in MyISAM
    2. InnoDB does not work in an optimized way when run with default options, you will have to configure and tune according to your needs,.
    3. InnoDB does not have compressed indexes like MyISAM so its going to take more space
    4. InnoDB automatically appends primary key columns to secondary keys,. so make sure primary key columns are not large.,

    Apart from that migration should be easy,.
    1. Create tables with similar structures as the MyISAM but only with the engine changed to InnoDB.
    2. Dump the data from the MyISAM table
    3. Import the data in primary key order in the InnoDB engine wrapping the import between START TRANSACTION and COMMIT., this is the fastest way to load data,.
    4. Create the stored procedures and trigger.,. but they have nothing to do with the storage engine,.

    You can let me know if you need any help with the InnoDB configuration,.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realise that this question has probably been asked to death, but none of
This is sort of a continuation of this question . I have a file
This question would probably apply equally as well to other languages with C-like multi-line
This question is probably better phrased: how does running a Java server on a
(This question is over 6 years old and probably no longer has any relevance.)
This is probably a silly question, but curiosity has gotten the better of me.
This is probably a simple question but I am not an ASP.NET developer and
This is probably a simple question, and I'm slightly embarrassed to ask it, but
This is probably a simple question but I can't seem to find the solution.
This is probably an easy question, but I want to understand better how Apache

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.