Subject | RE: [IBO] IBO Transaction management |
---|---|
Author | Support List |
Post date | 2011-11-17T16:07:22Z |
Thomas,
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.
Jason
> One thing is, if you only read data, then use a read-only transaction.It might also be helpful to make use of a relatively new feature I added to
> 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.
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.
Jason