Subject | Re: rw vs ro connections |
---|---|
Author | Virgo Pärna |
Post date | 2019-06-20T13:49:13Z |
On Thu, 20 Jun 2019 07:26:50 +0000, Nick Upson nu@... [firebird-support] <firebird-support@yahoogroups.com> wrote:
carbage collection. But that is only important for long-running
transactions.
--
Virgo Pärna
virgo.parna@...
> ro_transaction = DB.trans(fdb.ISOLATION_LEVEL_READ_COMMITED_RO)READ_COMMITED transactions, that are read only do not block
> cur = ro_transaction.cursor()
> else:
> cur = DB.cursor()
>
> I don't see any reason this should perform better but colleagues disagree
>
carbage collection. But that is only important for long-running
transactions.
--
Virgo Pärna
virgo.parna@...