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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T21:29:25+00:00 2026-05-21T21:29:25+00:00

I have been reading some material on Mysql , the Myysql performance blog and

  • 0

I have been reading some material on Mysql , the Myysql performance blog and some books.

It is said that if you have a mostly read based application you should use Myisam as it is better than Innodb. Also Non join queries are faster for Myisam.

Why so when it supports table locks(only for writes i suppose) where as Innodb has row level locks, so it should offer better performance for both reads and writes..

I simply want to know this , why all the reading material says Myisam is faster for reads if your application is more than 95%> read, without offering any explaination for the same.

I hope someone knowledgeable would answer without down voting and closing the question

  • 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-21T21:29:26+00:00Added an answer on May 21, 2026 at 9:29 pm

    Table-level locks are faster to check for, but when they exist they block all other access to the table. If you are primarily reading, then you want the fastest “I’m not locked” check you can get.

    Row-level locking permits other operations to happen simultaneously on the table, but they are more expensive in space/time to implement & check for.

    So if you are doing 95%+ reads on a table (typical for most web apps), then MyISAM wins. Some tables (such as session tables, or user tracking tables) have as many write as reads, and locking the whole table for every update could slow an active site to a crawl.

    Try testing this by creating a “database” using index cards for the various tables and simulate what happens when one visitor at a time goes through the site. Then try it with 5, 10, or 50 visitors hitting the code simultaneously. It will quickly become apparent that the table-level lock on the session table is the show stopper.

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

Sidebar

Related Questions

As titled, how can I do that? I have been reading some Silverlight/WPF animation
I have been doing some reading and have found out that the Java Swing
I have been doing some reading, and I see that I can use getch()
I have been doing some reading lately one article I read was from Opera.
I have been reading some of the books by Hoglund and I thought I
I have been reading some WordPress PHP code on GitHub and I found that
I have just been reading over some of my old oo design books and
I am having some memory leak problems in IE. I have been reading, that
I am a newbie on optimization. I have been reading some reference on how
I have been reading over some code lately and came across some lines such

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.