Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Transaction across threads

530173Aug 26 2006 — edited Aug 26 2006
Hi,

Is it safe to distribute a single transaction across multiple threads? Currently, I have a single thread performing adds/deletes/updates to the db in a single monolithic transaction. This pretty much tops out at about 4-5k/sec. Using multiple writer threads to perform the same operations by dividing them up as jobs across threads while using the same transaction.. is this a feasible idea? If so, what performance improvements can I expect?

Thanks
Nikunj.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 23 2006
Added on Aug 26 2006
2 comments
1,266 views