Subject Re: Client-Side buffers
Author alex_vnru
--- In ib-support@y..., "Reggie White" <reggiewhite@l...> wrote:
> Are there any settings or anything that I can do to inform Firebird
approx.
> how many records to send across the wire per Fetch?
>
> I know some database will send 10+ record across the wire per Server
fetch
> and then the client works from the records in its buffers until they
are
> exhausted and request another batch of records from the Server.

Reggie, fetch in Firebird is controlled by client. If you use
non-buffering client-side component, theoretically it receive one row,
buffering components get rows by own demand. But since there is one
more buffering section in the chain - network protocol - in practice
client COMPUTER (not application) get at once one or two network
packets.

Best regards, Alexander V.Nevsky.