Oh, and I forgot one more RDBO speed tip.  Throw a "prepare_cached =>
1" parameter in that Manager call.  The Manager does not use
prepare_cached() by default.  If you know you're going to be repeating
the same query many times, you should enable it, either per-call using
the prepare_cached param, or in the entire manager class with the
dbi_prepare_cached() class method.

-John


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to