Subject RE: [firebird-support] isc_tpb_read
Author Chad Z. Hower
:: >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?