sql server - When do column indexes become "worth it" -


for given single table has more 1 column against using where clause, columns int or bigint, @ point become worth creating index on columns.

i aware should create columns anyway, question when performance advantage of having indexes there, kick in in terms of table size.

instantly, granted wouldn't notice on small table, needs table scan if index isn't in place on these columns.

so in execution time wouldn't notice if @ cpu used query, , reads you'll notice index query instantly start performing better.


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -