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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:44:36+00:00 2026-05-26T17:44:36+00:00

I have a customer, middle, items type database. Customers can buy many items and

  • 0

I have a customer, middle, items type database.

Customers can buy many items and this is stored in the “middle” table, with just the two columns with customerid and itemid.

I am currently using myisam for all tables.

Is it recommended to use Innodb for the middle table in this structure?

  • 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-26T17:44:37+00:00Added an answer on May 26, 2026 at 5:44 pm

    I would prefer InnoDB in this case because:

    InnoDB should be used where data integrity comes a priority because it inherently takes care of them by the help of relationship constraints and transactions.
    Faster in write-intensive (inserts, updates) tables because it utilizes row-level locking and only hold up changes to the same row that’s being inserted or updated.

    While,

    MyISAM is simpler to design and create, thus better for beginners.
    No worries about the foreign relationships between tables.
    Faster than InnoDB on the whole as a result of the simpler structure thus much less costs of server resources.
    Full-text indexing.
    Especially good for read-intensive (select) tables.

    The comparison is pretty straightforward. InnoDB is more suitable for data critical situations that require frequent inserts and updates. MyISAM, on the other hand, performs better with applications that don’t quite depend on the data integrity and mostly just select and display the data.

    Hope this helps.

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

Sidebar

Related Questions

Assuming I have Customer and Order objects, where one Customer can have many Orders
I have customer database who have certain attributes, and a customer type. The collection
I have a customer that has set up a full backup of the database
I have a Customer class which has a representative field....this field is initially blank
I have customer and address tables. Query: SELECT * FROM addresses a, customers b
I have Customer object and Loan object. It is a one-to-many relationship (Customer <-->>
I am just investigating the idea of this so have no example code. I've
Say we have customer table which has record CustId LastName 1 Hamlin In one
Let's say I have 'Customer' table in SQL DB and I'm using Entity Framework.
I have a customer table, which has a field categories. It's a string holding

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.