Should searchable date fields in a database table always be indexed?

Posted by Spencer Ruport on Stack Overflow See other posts from Stack Overflow or by Spencer Ruport
Published on 2010-03-24T19:14:28Z Indexed on 2010/03/24 19:53 UTC
Read the original article Hit count: 211

Filed under:
|
|
|

If I have a field in a table of some date type and I know that I will always be searching it using comparisons like between, > or < and never = could there be a good reason not to add an index for it?

© Stack Overflow or respective owner

Related posts about database

Related posts about clustered-index