Re: [Maria-developers] query cache issue

2013-06-27 Thread Oleksandr Byelkin
26.06.2013 18:08, Roberto Spadim пишет: Nice, in this case, should be nice implement a cache server, and mysql servers will send cache to it? something like: 5 mysql clients (no cache here) - 10 mysql servers (100mb of cache each) - 2 cache servers (16gb of cache each) we could use

Re: [Maria-developers] query cache issue

2013-06-26 Thread Oleksandr Byelkin
25.06.2013 16:58, Roberto Spadim пишет: it's a memory in client side with query_parameters (sql_mode, query text, schema used, and others flags that change results) + query_results example in php $query_cache= array( sql_mode=12341234124124;SELECT * from query_Table = array(

Re: [Maria-developers] query cache issue

2013-06-26 Thread Roberto Spadim
Nice, in this case, should be nice implement a cache server, and mysql servers will send cache to it? something like: 5 mysql clients (no cache here) - 10 mysql servers (100mb of cache each) - 2 cache servers (16gb of cache each) we could use local cache + remote cache, for example, with

Re: [Maria-developers] query cache issue

2013-06-25 Thread Roberto Spadim
it's a memory in client side with query_parameters (sql_mode, query text, schema used, and others flags that change results) + query_results example in php $query_cache= array( sql_mode=12341234124124;SELECT * from query_Table = array( tables_used=array(query_Table),

[Maria-developers] query cache issue

2013-06-17 Thread Roberto Spadim
guys, i sent some (many) MDEV issues to have a better control over query cache i want to comment here to don't stay with this idea in my mind only... i created some labels in JIRA: querycache - relative to query cache qc_info - relative to qc_info plugin querycache_client - relative to implement