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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T04:28:47+00:00 2026-06-18T04:28:47+00:00

I have a table with a datetime column that I ORDER BY. Whatever I

  • 0

I have a table with a datetime column that I ORDER BY.
Whatever I do, I keep getting “using where; using filesort” from the EXPLAIN.

Is there no way of getting an ORDER BY on datetime columns to NOT use filesort?

The query is very simple and looks like so:

SELECT * FROM table1 WHERE creator_id = 1 AND user_id != 1 ORDER BY created DESC LIMIT 5

index is on creator_id and user_id I see no reason to put an index on created since it’s basically always unique thus would create an index on all items i.e. as big as the table.

edit: I should mention I have tried putting index on created as well, same result.

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

    If you create compound index on (creator_id, created), your query should work much faster.

    Query planner will use first part of the index: creator_id to satisfy WHERE constraint, and second part of created to sort.

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

Sidebar

Related Questions

I have this table: ID(INT) DATE(DATETIME) Under the DATE column there are a lot
I have a table with items that have a datetime column called add_time I
I have an order table, and it has a datetime column called order_date. I
I have a table, let's call it My_Table that has a Created datetime column
I have a SQL Server 2008 table with a DateTime column that I'd like
I have a table that has two datetime columns (one for start time and
How to filter DataView/DataTable by time? I have a table with datetime column inside
I have a table with a datetime column. Into this column I have written
I have a Datetime column called CreatedOn in a table. CreatedOn is also part
I have a table [Product] with a column [CreateTime] datetime null, and is has

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.