Hi. When i disable query cache in mysql, queries still cached. As I understand it is because of OS filesystem cache. How can i prevent filesystem on cache this data. I working on WIndows 7 but it might be the Linux.
|
up vote
0
down vote
favorite
|
|||||||
|
|
up vote
0
down vote
|
There is no query filesystem cache in MySQL.
How do you disable it and how do you know queries are still cached? Why you don't want them to be cached? |
||||||||
|
|
up vote
0
down vote
|
|
||
|
|
|
up vote
0
down vote
accepted
|
Well now i can answer my question by myself. To prevent caching second and next queries need to set innodb_buffer_pool_size=0 config option. This buffer used by mysql to swapping data into memory and all next queries operates with memory instead HD. |
||
|
|