Subject | Re: [Firebird-Java] Maximum number of items in batch |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-03-15T20:55:03Z |
>> There is no performance improvement [with Jaybird] in usingYes, there is no corresponding API call. There is only isc_dsql_exec2 which
> executeBatch() compared to simple executeUpdate().
> Is this a Firebird engine limitation?
> ...
> I don't know the Firebird APIs. Can a list of parameters be sent to the
> server, or must they be sent one at a time?
allows only one call at a time.
> On other databases, we had large measurable improvements, due to lessTry to add this as feature request, and please participate in the API
> wire traffic and the work being batched on the server.
discussions in Firebird-Architect. There will be no API change for Firebird
2.0, but 3.0 is open (and even more, people are willing to rework the wire
protocol as well as API).
Roman