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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:52:08+00:00 2026-06-07T23:52:08+00:00

I was wondering if there is a performance gain between a SELECT query with

  • 0

I was wondering if there is a performance gain between a SELECT query with a not very specific WHERE clause and another SELECT query with a more specific WHERE clause.

For instance is the query:

SELECT * FROM table1 WHERE first_name='Georges';

slower than this one:

SELECT * FROM table1 WHERE first_name='Georges' AND nickname='Gigi';

In other words is there a time factor that is link to the precision of the WHERE clause ?

I’m not sure to be very understandable and even if my question takes into account all the components that are involved in database query (MYSQL in my case)

My question is related to the Django framework because I would like to cache an evaluated queryset, and on a next request, take back this cached-evaluated queryset, filter it more, and evaluate it again.

  • 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-07T23:52:10+00:00Added an answer on June 7, 2026 at 11:52 pm

    There is no hard and fast rule about this.

    There can be either an increase or decrease in performance by adding more conditions to the WHERE clause, as it depends on, among other things, the:

    • indexing
    • schema
    • data quantity
    • data cardinality
    • statistics
    • intelligence of the query engine

    You need to test with your data set and determine what will perform the best.

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

Sidebar

Related Questions

I was wondering if there was any performance difference between the two approaches below.
Lately i have been wondering if there is a performance difference between repeating the
I'm wondering if there is a difference performance wise between using COUNT(*) and COUNT(date_created)
Wondering if there is a performance difference between letting a long running process hang
I was wondering if there were any performance implications between using TPL TaskFactory.FromAsync and
I'm wondering if there is any particular performance advantage in using LIKE over NOT
I am wondering if there is any performance differences between String s = someObject.toString();
I am wondering if there is a performance difference between these two queries that
I was wondering if there are any performance increases when changing from OpenCV2.1 to
I was wondering if there are any differences - mostly performance wise - between

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.