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

  • SEARCH
  • Home
  • 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 7758527
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T13:23:04+00:00 2026-06-01T13:23:04+00:00

I have a myisam only dedicated 32 GB RAM mysql server that is running

  • 0

I have a myisam only dedicated 32 GB RAM mysql server that is running on default configuration. I want to change the engine type to InnoDB of one table in order to avoid table locks. It has 50 million records and size on disk is around 15 GB. I am using mysql version 5.5
I guess I will need to add the following options and restart mysql.

innodb_buffer_pool_size=1G
innodb_log_file_size=100M
innodb_file_per_table=1

What else is considered to be necessary while changing the engine type?

  • 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-06-01T13:23:05+00:00Added an answer on June 1, 2026 at 1:23 pm

    You’ll actually be running a command to convert each table.

    It goes faster to first sort the table:

    ALTER TABLE tablename ORDER BY primary_key_column;
    

    Then, run the alter command:

    ALTER TABLE tablename ENGINE = INNODB;
    

    It might take a while if the table is really large, and it will use a lot of your CPU….

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

Sidebar

Related Questions

I have an older web application that uses a MySQL Database (MYISAM). I noticed
In a mysql MyISAM table, I have a column type mediumblob and storing captured
MySQL docs say that tables that use the MERGE storage engine can only union
I have a MySQL MyISAM table with ISBNs. I want to create a UNIQUE
I have a MySQL MyISAM table containing entries that describe airports. This table contains
Say you have a MySQL 5.0 MyISAM table with 100 million rows, with one
We are running MySQL on a Windows 2003 Server Enterpise Edition box. MySQL is
We have a large MyISAM table that is used to archive old data. This
I have a MySQL MyISAM table with about 400 million rows of price data
I have a standard one directional master-slave setup. The tables have MyIsam storage engine.

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.