Query Performance

G

Guest

Given 2 large tables and joining them on a common key field, would the query
performance (run-time) be better, worse, or no difference using a left outer
join compared to an inner join.

I had someone tell me a left outer join would run the query faster than an
inner join. I say there is no difference in query time. Any thoughts?
 
R

Rick B

Why don't you try running it both ways and see which one takes longer?
Seems like that would be faster than waiting for one of us to experiment
with it and report back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top