Commit fc61731b authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

new result of Query Cache with Innodb

parent 5818aa9f
...@@ -69,7 +69,7 @@ Variable_name Value ...@@ -69,7 +69,7 @@ Variable_name Value
Qcache_queries_in_cache 3 Qcache_queries_in_cache 3
show status like "Qcache_hits"; show status like "Qcache_hits";
Variable_name Value Variable_name Value
Qcache_hits 0 Qcache_hits 3
insert into t1 values (3); insert into t1 values (3);
insert into t2 values (3); insert into t2 values (3);
insert into t1 values (4); insert into t1 values (4);
...@@ -93,7 +93,7 @@ Variable_name Value ...@@ -93,7 +93,7 @@ Variable_name Value
Qcache_queries_in_cache 3 Qcache_queries_in_cache 3
show status like "Qcache_hits"; show status like "Qcache_hits";
Variable_name Value Variable_name Value
Qcache_hits 0 Qcache_hits 4
commit; commit;
show status like "Qcache_queries_in_cache"; show status like "Qcache_queries_in_cache";
Variable_name Value Variable_name Value
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment