in reply to Re: DBI question with placeholders and IN
in thread DBI question with placeholders and IN
However, I am curious why you would just prepare and not prepare_cached. I do have a large N (in some cases, up to 999), but I will probably re-issue this query a whole bunch of times. (It's in a web application and this query forms the basis for a report that's generated many, many times with different values.) If I'm working with near-limitless cache, why shouldn't I prepare_cached everything?
------
We are the carpenters and bricklayers of the Information Age.
Don't go borrowing trouble. For programmers, this means Worry only about what you need to implement.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: DBI question with placeholders and IN
by runrig (Abbot) on Oct 01, 2002 at 16:07 UTC | |
by dragonchild (Archbishop) on Oct 02, 2002 at 16:36 UTC | |
by runrig (Abbot) on Oct 02, 2002 at 19:22 UTC |