Re: high physical and buffer reads.

2007-06-02 Thread Geoffroy Cogniaux
Hi, I never heard about an Oracle's counter named HIGH PHYISCAL. But if you think about "Scattered Read" / "Sequential Read" / " buffer busy waits", You can begin by reading this article: http://dev.mysql.com/tech-resources/articles/mysql-query-cache.html Geoffroy. 2007/6/2, Baron Schwar

Re: high physical and buffer reads.

2007-06-02 Thread Baron Schwartz
Hi, Ananda Kumar wrote: Hi All, Is it possible for us to know if a sql is doing HIGH PHYISCAL or BUFFER READS in mysql, something we can do in ORACLE. Just wanted to know, for the sake of sql tuning. I am no Oracle expert, so I'm not sure I know exactly what you mean. However, MySQL does exp

high physical and buffer reads.

2007-06-02 Thread Ananda Kumar
Hi All, Is it possible for us to know if a sql is doing HIGH PHYISCAL or BUFFER READS in mysql, something we can do in ORACLE. Just wanted to know, for the sake of sql tuning. regards anandkl