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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:56:21+00:00 2026-05-23T16:56:21+00:00

MyISAM Default engine No Transaction support Good for Heavy data reading Bad for write

  • 0

MyISAM

  • Default engine
  • No Transaction support
  • Good for Heavy data reading
  • Bad for write calls: table level locking

InnoDB

  • Transaction safe
  • Good for Heavy write calls: row level locking
  • Supports foreign keys referential integrity constraints

Is InnoDB bad for data reading??? What other storage engines should i be familar with?

  • 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-23T16:56:22+00:00Added an answer on May 23, 2026 at 4:56 pm

    No, InnoDB is not “bad” for data reading; in fact, I tend to use it as a default engine for all of my tables. Transactions and true relational features outweigh any minor read-performance benefit that you might get from MyISAM (in my opinion).

    Edited to add: MyISAM is faster than InnoDB because it is simpler. But, unless you’re doing some really high-volume stuff or are using an ancient machine as your database server, you’re not likely to see a difference in daily operation.

    Other storage engines to be familiar with are Memory for really fast, non-persistent data storage and CSV which I will use on occasion as part of data export processes.

    This page has a comprehensive overview of MySQL Storage Engines.

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

Sidebar

Related Questions

MyISAM uses table level locking which means that SELECT:s are blocked while INSERT/UPDATE:s are
I have a MyISAM table with more than 10^7 rows. When adding data to
I'm tring to modify the default storage engine from InnoDB to MyISAM on a
Database is MySQL with MyISAM engine. Table definition: CREATE TABLE IF NOT EXISTS matches
I have a MySQL database. The default storage engine is MyISAM . I want
I am inporting data fom a user table (many users from many sites): myisam
I means copying individual MyISAM table files is: (shut down mysqld and copy the
One of my projects use the MyISAM engine in MySQL, but I'm considering changing
Say you have a MySQL 5.0 MyISAM table with 100 million rows, with one
I have a MyISAM table with ~50'000'000 records (tasks for web crawler): CREATE TABLE

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.