Posted: Mon Mar 15, 2004 3:52 am Post subject: Transaction/isolation level in WBIMB 5
Centurion
Joined: 30 Jan 2004 Posts: 139 Location: Gothenburg, Sweden
Hi!
We got this simple scenario:
A flow is deployed on a number of clustered brokers. Load balancing distributes messages evenly to all instances of the flow.
A fragment of the flow does the following:
INSERT some values into a table
SELECT COUNT(*) from the same table
Our tests indicate that the isolationlevel of a transaction is read committed, i.e. each instance of the flow only sees its own INSERT, and so the COUNT(*) will only return the instances's record, not records inserted by other instances (that have occured simultaniously).
Anyone have any experience with this type of problem? Any hints greatly appreciated!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum