Skip to Content
0
Aug 02, 2023 at 07:32 AM

CPI: Atomic operation of JDBC adapter

61 Views

According to the documentation, the JDBC Adapter can treat a batch transaction either atomic or non-atomic. On which level is this 'transaction separation' defined?

There are 2 ways to construct a batch payload: separate Statements with a single Access tag each, or a single Statement with multiple Access tags.

I'm using the latter, with a non-atomic configuration, but my transaction is still treated as all-or-nothing. Is non-atomic transaction handling only applicable to transactions with separate Statement tags?