On Sat, Oct 20, 2001 at 05:02:22PM +0100, Mark Maunder wrote:
>
> The only time you'll see a real performance increase is where you're
> repeadedly calling execute() on the same statement handle with
> different values for the placeholders - usually this occurs in a
> loop. This will save you having to do a repeated prepare()

Right.

> so the database server can reuse the old execution plan. Let me know
> if you want a example.

That's true for some database servers but not MySQL (yet).

Jeremy
-- 
Jeremy D. Zawodny, <[EMAIL PROTECTED]>
Technical Yahoo - Yahoo Finance
Desk: (408) 349-7878   Fax: (408) 349-5454   Cell: (408) 685-5936

MySQL 3.23.41-max: up 44 days, processed 979,796,198 queries (254/sec. avg)

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to