This is a discussion on LOAD INDEX INTO CACHE, FLUSH, RELOAD? within the MySQL Database forums, part of the Database Forums category; Im using: LOAD INDEX INTO CACHE MyTable What do I need to do to remove that from the cache? I ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Im using:
LOAD INDEX INTO CACHE MyTable What do I need to do to remove that from the cache? I would like to remove all queries and load index caches once a month after some of the tables do an update. So can I just do RESET QUERY CACHE and that will clear the load index and my other query caches? Thanks, Levi |