Re: streaming result sets: progress

From: Scott Lamb <slamb(at)slamb(dot)org>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: streaming result sets: progress
Date: 2002-11-23 15:20:06
Message-ID: 3DDF9CA6.4010202@slamb.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

snpe wrote:
> Yes, it is legitime, but execute and fetch are separated command.
> There isn't good reason for doing fetch with execute - maybe user never call fetch.

Network efficiency. By batching the commands together, it avoids a round
trip to the database server.

Scott

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nic Ferrier 2002-11-23 15:40:14 Re: streaming result sets: progress
Previous Message Dave Cramer 2002-11-23 14:22:52 Re: