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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:15:39+00:00 2026-06-02T05:15:39+00:00

I was wondering which is faster an INNER JOIN or INNER SELECT with IN?

  • 0

I was wondering which is faster an INNER JOIN or INNER SELECT with IN?

select t1.* from test1 t1
inner join test2 t2 on t1.id = t2.id
where t2.id = 'blah'

OR

select t1.* from test1 t1
where t1.id IN (select t2.id from test2 t2 where t2.id = 'blah')
  • 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-02T05:15:41+00:00Added an answer on June 2, 2026 at 5:15 am

    Assuming id is key, these queries mean the same thing, and a decent DBMS will execute them in the exact same way. Unfortunately MySQL doesn’t, as can be seen by expanding the “View Execution Plan” link in this SQL Fiddle. Which one will be faster probably depends on the size of tables – if TABLE1 has very few rows, then IN has a chance for being faster, while JOIN will likely be faster in all other cases.

    This is a peculiarity of MySQL’s query optimizer. I’ve never seen Oracle, PostgreSQL or MS SQL Server execute such simple equivalent queries differently.

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

Sidebar

Related Questions

Just wondering which is faster: DELETE FROM table_name WHERE X='1' DELETE FROM table_name WHERE
I am wondering which way would end up being faster, selecting elements by: $('element[href=#my_link]');
I am wondering which one out of the CSS rules below renders faster: #avriable_info
I was wondering which is better practice and/or faster. In the below, customer_id is
I was just wondering which is faster: Constructing a wkt polygon using SQLGeography's STUnion
I was wondering which is a better/faster/more efficient way of turning arbitrary strings into
For an DIV element, I'm wondering which of these selectors likely to be faster
I've been wondering this for some time. As the title say, which is faster,
I've been wondering which is faster (or if it even makes a difference), referencing
I'm wondering which of the following jQuery queries is going to be faster. I'm

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.