Subject Re: [firebird-support] performance in firebird
Author Ann W. Harrison
cosamektoo wrote:
>
> I have a server written in java that read and writes to a db
> over solaris on intel.

It sounds as if your client is automatically starting a new transaction
after each commit. If the client starts a read-only, read-committed
transaction, it won't block garbage collection, and won't require
commits after each read.


Regards,


Ann