Quote:
Originally Posted by diwakarmdba
Thanks Andy. I understand that indexes are needed but I feel it might hamper the performance of other queries. Anyway I will see what I can do. Thanks very much.
|
I specfically told you that my example needed an index to work efficiently.
Adding an index will not adversely affect other selects, but will add slight overhead to inserts and deletes.
I suggest that you add the index and test my query (with the correct column names), and also test inserts and deletes with and without the index.