MySQL Forums
Forum List  »  Perl

Re: How to use Query Cache with Perl DBI
Posted by: howa chen
Date: September 01, 2006 08:38PM

firstly, i have enabled the query cache.

secondly, prepare() & do() statements in Perl will also do a server side prepare in the MySQL

e.g.

http://search.cpan.org/~timb/DBI/DBI.pm

do Prepare and execute a single statement

so it that mean we should not use `placeholder` for query cache, rather than prepare?

Thanks.

Options: ReplyQuote


Subject
Written By
Posted
September 01, 2006 10:20AM
Re: How to use Query Cache with Perl DBI
September 01, 2006 08:38PM


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.