Yes, I also doubt that the cost of parsing a simple "select a,b,c from
x" query matters compared to sending 80K records across the network.

On Tue, Aug 16, 2011 at 6:23 AM, Lance Norskog <goks...@gmail.com> wrote:
> The standard advice also applies: use stored procedures if you can. If
> not, use 'prepared statements' because they precompile the database
> execution plan. Also, different DBs have their quirks in re batching
> reads and returning them.

Reply via email to