Subject Re: [IBO] Transaction->ReadOnly = true
Author Helen Borrie
At 03:03 PM 2/10/2003 +0000, you wrote:
>Hi all,
>
>i use FB 1.5 RC6.
>In my application i set the ReadOnly Property of TIB_Transaction
>always to true if i need only to read data's from the database.
>I think that would increase the performance of FB. Is this true or is
>there no affect to do this ?

It won't affect performance directly, but there is a good benefit from
doing this, as a read-only transaction can stay active without inhibiting
garbage collection.

Helen