Does it make sense to create index on field with less changeability ?
- by Maciej
I heard opinion that it make no sense to create indexes when field has less changeability.
Eg if it stores only A,B,C,D values then there wouldn't be benefit of having such index, and further more SQL server will not use it at all when executing query.
I wonder your opinion on that matter?