Subject | RE: [firebird-support] isc_tpb_read |
---|---|
Author | Chad Z. Hower |
Post date | 2004-11-25T02:46:31Z |
:: >Or if I am only doing reads, does it have performance or memory
:: >benefits?
::
:: Yes, especially if you're running a read_committed
:: transaction. A read_committed, read_only transaction is
:: "pre-committed" so it has no effect on the concurrency
:: problems of other transactions.
Does it still have benefits if I am using concurrency?
:: >benefits?
::
:: Yes, especially if you're running a read_committed
:: transaction. A read_committed, read_only transaction is
:: "pre-committed" so it has no effect on the concurrency
:: problems of other transactions.
Does it still have benefits if I am using concurrency?