MySQL Forums
Forum List  »  Performance

Re: Question about the Query Cache and server settings
Posted by: Andrew Gilfrin
Date: July 23, 2005 12:14AM

Jay,

Whats the effect of using prepared statements in PHP with regards to the query cache?

Is it the same as say Oracle where prepared statements in the application are the be all an end all when it comes to scalabilty in code (ask Tom Kyte) or is it just a nice way to format your statement in PHP.

I'd assume the former but don't know enough about the internals of MySQL.

Prepared statements are available in the mysqli php library and not mysql.

Regards

Andrew Gilfrin
------------------
http://gilfster.blogspot.com
My MySQL related Blog

http://www.mysqldevelopment.com
MySQL Stored Procedure,Trigger, View.... (Just about most things these days) Information

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Question about the Query Cache and server settings
1665
July 23, 2005 12:14AM


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.