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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:00:25+00:00 2026-05-23T19:00:25+00:00

I know that the primary key in InnoDB is clustered. So that using an

  • 0

I know that the primary key in InnoDB is clustered. So that using an auto increment integer as the primary key has the benefit of already being sorted and improves the insert performance.

But the issue is I have a table like this with 2 columns id and hash (and some other but not important );

id int auto increment
hash Guid

I need to partition this table on the hash column, that means I have to put it in the primary key.

So I’m thinking of creating a primary key as (id,hash).The id column will be used in the joins with the other tables.

Problem is if I have the PK as (id,hash) how will InnoDB sort it ?

Will it use the id column first and then hash or will it use some other way to determine the order of the key ?. The former will be better as it benefits from the already sorted auto inc column but I could not find any info about how the sorting will be done on the composite columns.

Any insight into this is greatly appreciated 🙂

  • 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-23T19:00:26+00:00Added an answer on May 23, 2026 at 7:00 pm

    A primary key on multiple colums is managed by MySQL as a concatenation of the chosen columns values. Thus, the first column can be sorted faster, as it will be at the beginning of the aggregate.

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

Sidebar

Related Questions

I am using a hibernate sequencegenerator to auto-generate unique values for my primary key
I know that primary keys based on Guids do not have the best performance
I know from reading Microsoft documentation that the "primary" use of the IDisposable interface
I know that I can do something like $int = (int)99; //(int) has a
I know that just using rand() is predictable, if you know what you're doing,
I know that dependent on the database storage engine in use, a performance benefit
hi all i want to know that while we create a forigen key for
I know that default cron's behavior is to send normal and error output to
I know that you can insert multiple rows at once, is there a way
I know that |DataDirectory| will resolve to App_Data in an ASP.NET application but is

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.