Hi, Yetkin, If you mean query cache on the labs replica servers or the tools-db one, it is disabled by default on all servers:
``` $ mysql -e "SHOW GLOBAL VARIABLES like '%query_cache%'" +------------------------------+---------+ | Variable_name | Value | +------------------------------+---------+ | query_cache_size | 0 | | query_cache_type | OFF | +------------------------------+---------+ ``` On Tue, Jan 10, 2017 at 9:56 AM, Yetkin Sakal <[email protected]> wrote: > Hello, > > Is there any way to eliminate caching on Tool Labs? SQL_NO_CACHE option in > MySQL does not seem to work at all. > > Thanks. > > _______________________________________________ > Labs-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/labs-l > > -- Jaime Crespo <http://wikimedia.org>
_______________________________________________ Labs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/labs-l
