Subject | Re: [IBO] Transaction->ReadOnly = true |
---|---|
Author | gbehnke2000 |
Post date | 2003-10-03T15:34:40Z |
Hello Helen,
many thanks for your fast response. I hope we will meet us in Fulda
for the next Firerbird Conference in 2004.
Thanks and best regards
Gerhard
many thanks for your fast response. I hope we will meet us in Fulda
for the next Firerbird Conference in 2004.
Thanks and best regards
Gerhard
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> 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