Force Index Use
An index hint forces the query optimizer to use the index specified in the hint to retrieve the data . Index hints can be nice to use in the short-term for investigating, testing, and debugging. However, they are almost never the correct long-term solution for fixing query performance. It’s better to look for the root-cause... » read more