On 1/28/06, Daniel John Debrunner <[EMAIL PROTECTED]> wrote:
> Why would anyone select the first option, less than optimal single update?

I assume if statement caching was particularly effective for their
database or application.  Either at the JDBC level (reusing the same
PreparedStatement) or at the DB level (keeping the parse tree or
whatever in the database's cache).  I guess I have no evidence that's
effective, but I've certainly seen it done before.  :)

Thanks,
    Aaron

Reply via email to