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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T04:18:05+00:00 2026-06-09T04:18:05+00:00

I have a table with an auto-increment primary key column and a datetime column.

  • 0

I have a table with an auto-increment primary key column and a datetime column. I want to return rows ordered by the date they were created.

Does it matter if I order by the date or the primary key? I imagine that it’s a faster by primary key opposed to a date format of 0000-00-00 00:00:00 or a timestamp. New records will have greater primary keys. Yet everyone orders by date fields.

  • 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-06-09T04:18:06+00:00Added an answer on June 9, 2026 at 4:18 am

    Order by the date field, but make sure to put an index on the date field.

    A date field is a binary field, it’s just as fast as the primary key. (A date is 3 bytes vs an integer primary key which is 4.) It does not use a string to order it as you appear to assume.

    And more importantly it indicates your intent, (plus it’s possible for the primary key to wrap around).

    Also, if you use innodb it’s completely possible for the primary key not to be in order depending on how transactions interleave.

    Also, if you are skilled at reading query plans add the date column to the end of the same index that is used for the query. However this only applies in specific situations, so only do it when you know it will help. i.e. don’t just do it blindly.

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

Sidebar

Related Questions

I have a table with a primary key that is auto increment. I want
I have a table with primary key in auto-increment column id and a column
I have one of my primary key column in my table to auto-increment. However
I have a MySQL table with an auto-incremented integer primary key. I want to
I have a MySQL table with an auto increment primary key. I deleted some
I have table with a unique auto-incremental primary key. Over time, entries may be
I have a table with a auto-incremented primary key: user_id. For a currently theoretical
In MySql I could have a table with an auto increment column and insert
I have to add a auto_Increment primary key column to the table. I used
I have table named A with column B defined int not null Primary Key

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.