We have a Server running with several thousand users per day.
We face the strange problem that LIKE-queries gets really slow after one day server uptime. If we do optimize all Tables they get fast again.
One Example is a simple query whith no possible indexes like
SELECT id FROM user WHERE un like '%somebody%'
I have actually no clue, what could be the problem or where to search.
Because of this I have not attached any debug information. Just name what you want to know...
Thank you for any idea concerning this topic
Kaspar
We face the strange problem that LIKE-queries gets really slow after one day server uptime. If we do optimize all Tables they get fast again.
One Example is a simple query whith no possible indexes like
SELECT id FROM user WHERE un like '%somebody%'
I have actually no clue, what could be the problem or where to search.
Because of this I have not attached any debug information. Just name what you want to know...
Thank you for any idea concerning this topic
Kaspar
Comment