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 8508251
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T03:06:38+00:00 2026-06-11T03:06:38+00:00

I am new to MySQL and I know very little about it. The problem

  • 0

I am new to MySQL and I know very little about it.

The problem I am facing is as mentioned below:

Previously I had data which had MyISAM as its MySQL engine and it used to take around 15 minutes to get imported on any machine. However, when I change the engine to InnoDB it’s taking almost 90 minutes to get imported on any machine. Kindly suggest me for the same.

  • 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-11T03:06:39+00:00Added an answer on June 11, 2026 at 3:06 am

    Innodb tables are faster for concurrent inserts. See Innodb Performance Optimization Basics

    For best performance, you need to tune INNODB engine in my.cnf file.

    Assuming, if you have 4GB RAM then try configuring my.cnf file as:

    #Innodb
    innodb_buffer_pool_size = 1G
    innodb_additional_mem_pool_size = 512M
    innodb_log_file_size = 1G
    innodb_log_buffer_size = 8M
    innodb_flush_log_at_trx_commit = 1
    innodb_lock_wait_timeout = 30
    innodb_file_per_table=1
    innodb_file_format=barracuda
    innodb_strict_mode=1
    innodb_autoinc_lock_mode = 0
    

    Then restart the MySQL server.

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

Sidebar

Related Questions

I am very new to Indexes in MySQL. I know, I should probably have
I am very new to PHP/MySQL and I don't know the best toolset or
[...] public DataSet ReturnPromoMagazinesDs() { MySql.Data.MySqlClient.MySqlConnection mysqlConnection = new MySql.Data.MySqlClient.MySqlConnection(this.connectionString); MySql.Data.MySqlClient.MySqlCommand mysqlCommand = new
I'm very new to MySQL and I have a stored procedure that I'd like
I am very new to ajax and jquery but I know some php. I
First of all, I am still very new to PHP / mySQL so excuse
I am VERY new to mySQL, please bear with me. I have an array
First of all I want you to know I am very new to Hibernate.
I'm fetching data from a MYSQL database I've created which stores a players statistics
I'm pretty new to PHP and MySQL. I'm interested in setting up a very

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.