Do the speed of the query depends 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:33 UTC
Read the original article Hit count: 263

Filed under:
|
|

let's say I have this query:

select * from table1 r where r.x = 5

do the speed of this query depends on the number of rows that are present in table1 ?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about sql