Re: [PDO] Client side cache for prepared queries
[email protected] (Julien Palard) Tue, 2 Aug 2011 16:58:18 +0200
| Newsgroups | php.pdo |
|---|---|
| Message-ID | <CAOO=pgA0+ijaArGUa07f2rsSmx9zazAnmb9FUytA-auMTWSLZA@mail.gmail.com> |
Hi Ferenc, On Tue, Aug 2, 2011 at 3:17 PM, Ferenc Kovacs <[email protected]> wrote: > if you can use persistent connection, the performance gain will > accumulate between your requests. If and only if the undocumented client side cache really exists, if calling pdo::prepare create a new one each time, there are no performance gain at all albeit persistent connection are used, maybe should I search in the source code to confirm it :P -- Julien Palard