in reply to Re^2: mod_perl was hosed by a bind variable (tangent)
in thread mod_perl was hosed by a bind variable

If someone complains that using a placeholder makes their code much slower, then caching the query cannot be part of the explanation

That was my point, actually: that if not using placeholders appeared to make it faster, then he must not have been caching the query, which means he was missing out on a large part of the speed offered by placeholders.

  • Comment on Re: Re^2: mod_perl was hosed by a bind variable (tangent)