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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T22:09:05+00:00 2026-05-23T22:09:05+00:00

I have 4000 rows for example, and I define X limit. The query stops

  • 0

I have 4000 rows for example, and I define X limit.

The query stops after it finds X rows? or the query finds all the rows and then takes X rows from the found rows?

Thank you.

  • 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-23T22:09:06+00:00Added an answer on May 23, 2026 at 10:09 pm

    From MySQL Reference Manual:

    If you use LIMIT row_count with ORDER BY, MySQL ends the sorting as
    soon as it has found the first row_count rows of the sorted result,
    rather than sorting the entire result. If ordering is done by using an
    index, this is very fast. If a filesort must be done, all rows that
    match the query without the LIMIT clause must be selected, and most or
    all of them must be sorted, before it can be ascertained that the
    first row_count rows have been found. In either case, after the
    initial rows have been found, there is no need to sort any remainder
    of the result set, and MySQL does not do so.

    So it looks like it’s possible that the entire result set is known before the LIMIT is applied. But MySQL will try everything it can not to do so. And you can help it by providing useful indexes that match your queries.

    EDIT: Furthermore, if the set is not sorted it terminates the SELECT operation as soon as it’s streamed enough rows to the result set.

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

Sidebar

Related Questions

I have a query which is crossing two tables select count(*) from ingenium.empevt, ingenium.evt
I have a nvarchar field in sql database .. for example I have 4000
I have a simple query: select * from countries with the following results: country_name
My ListView (two TextView , one Icon) have more than 4000 rows and It
I have the following query: SELECT CAST([Action] AS NVARCHAR(4000)) AS CastAction, CHARINDEX(CAST([Action] AS NVARCHAR(4000)),
I have this query: select distinct id,name from table1 For a given ID, the
In a database consider that I have a table with 4000 rows. I am
I have a SQLite backed database of roughly 4000 rows, connected to Core Data.
I have a table with 92 million rows. I have a list of 4000
I have a variant like these ranging from var(1,42) to var(4000,42) I have done

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.