| Subject | Re: [IBO] IBO Transaction management | 
|---|---|
| Author | Thomas Steinmaurer | 
| Post date | 2011-11-17T17:21:59Z | 
Hello Jason,
Regards,
Thomas
            >> One thing is, if you only read data, then use a read-only transaction.Thanks for letting me know.
>> In combination with the read committed isolation level, you are in a
>> transaction mode with very low overhead and OIT/OAT won't get stuck as
>> well, even for long runners.
>
> It might also be helpful to make use of a relatively new feature I added to
> IBO that enables you to separate your transaction handling between two
> physical transactions. One is for reading only and the other is for your
> updates and individual record synchronizations. The new property is called
> IB_TransForUpdate.
Regards,
Thomas