What?s the difference between query_cache_type 1 and 2?



What?s the difference between query_cache_type 1 and 2?..

Answer / amith

The second one is on-demand and can be retrieved via SELECT
SQL_CACHE.

you can use SELECT /* SQL_CACHE */ id FROM ? - MySQL will
interpret the code inside comments, while other servers
will ignore it.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More MySQL Interview Questions

What are the disadvantages of mysql?

0 Answers  


What is the function of mysqldump?

0 Answers  


What is a trigger in mysql?

0 Answers  


What is slow query log in mysql?

0 Answers  


What are the 'mysql' command line options?

0 Answers  






Why to use char instead of varchar in the database?

0 Answers  


How can you handle the –secure-file-priv in mysql?

0 Answers  


What are the advantages and disadvantages of MySQL?

0 Answers   Satyam,


What is pragma autonomous_transaction?

0 Answers  


How do I completely remove mysql from windows?

0 Answers  


What is difference b/w composit key n primary key and forigion key?

4 Answers  


How can I insert images into a Mysql database?

0 Answers  


Categories