I ran a query that ran slow. I added the index and it ran fast. I added "with (index(0))" to remove the index. It ran fast. The plan did not show it was using the index when I used "with (index(0))". Thinking the index triggered a new plan, I deleted the index. It ran slow. Does this make sense?