MySQL Forums
Forum List  »  General

About query cache
Posted by: Ibnu
Date: March 12, 2005 06:52AM

I have another question about query cache.

- If I use mysql_unbuffered_query instead of mysql_query, will MySQL cache the query result ?
- If I flush the process, example by using this PHP function : ob_flush(); then followed by flush(); Will the query result will be cached too ?
- Is there any way that the query cache will be enabled or disabled because of PHP function that I use?
Any input will be appreciated.

Thanks in advance.

Cheers,
Ibnu

Options: ReplyQuote


Subject
Written By
Posted
About query cache
March 12, 2005 06:52AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.