Reply to thread

Interesting about the delete. MySQL is not going to use an index if it is a full search '%val%' but can if you bound the start 'val'.


Deletes are always an issue.  What is the statement? Sounds like it can be tuned...


Top Bottom