Does the speed of the query depend on the number of rows in the table?
Posted
by Omu
on Stack Overflow
See other posts from Stack Overflow
or by Omu
Published on 2010-03-29T11:28:20Z
Indexed on
2010/03/29
11:43 UTC
Read the original article
Hit count: 302
Let's say I have this query:
select * from table1 r where r.x = 5
Does the speed of this query depend on the number of rows that are present in table1
?
© Stack Overflow or respective owner