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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T07:57:28+00:00 2026-05-17T07:57:28+00:00

For a forum, should I use MyISAM or InnoDB for the table that stores

  • 0

For a forum, should I use MyISAM or InnoDB for the table that stores the text?

I know that MyISAM supports full text searching, which sounds like it’s what I should go for, but while reading, I’ve come across this very confusing sentence.

You should use InnoDB when
transactions are important, such as
for situations in which INSERTs and
SELECTs are being interleaved, such as
online message boards or forums.

Well, but for an “online message boards or forums” I would need good search to search through the text of each post, so doesn’t it make more sense to use MyISAM? Can someone clarify what’s most commonly used?

  • 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-17T07:57:28+00:00Added an answer on May 17, 2026 at 7:57 am

    Generally speaking, for non-critical data, I’d use InnoDB tuned for speed. (E.g., I wouldn’t flush binary logs on every commit.) I’d only use MyISAM for things like logging tables.

    As others have mentioned, you can use external search indexes if you need to do full text searches. They are more powerful and faster than MySQL’s.

    Regarding the part about transactions, it’s a bit of a lie. You could do the same thing with MyISAM by locking tables for WRITE. If you are inserting into, say, three tables when posting a message, you could lock all three tables for WRITE, and the data would look consistent (assuming all three INSERTS succeeded).

    But the problem with that is you are locking the entire table, which can slow down concurrent usage. In fact, that is one of InnoDB’s major advantages over MyISAM: it has row-level locking.

    In short: if you are unable to set up an external indexer, and your site does not experience too much traffic, then MyISAM will work fine despite it being less robust. You can emulate the consistency of transactions with table locks. (I do not mean to make it sound like the table locking is somehow equivalent to transactions.)

    Otherwise, I’d use InnoDB with an external indexing service.

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

Sidebar

Related Questions

I read on a forum that to find a random string, you should use
I have an ASP.NET form (C#) but which I click this button that should
I'm working on a website that has a forum area, I will probably use
I've come across some blogs and forum posts where people say one should use
I'm creating a diving community, but I don't know if I should use Drupal
In my iOS application I have made a form that should submit data into
I have a page which should show a form with checkboxes, post back if
I should have asked this in Facebook developer forum instead, but somehow I can't
It should be so simple. I've followed every tutorial and forum I could find,
I want to use a good mvc naming convention for a forum im creating.

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.