0 votes
in Data Analytics by

What is atomic Transaction?

1 Answer

0 votes
by

It follows full ACID properties Atomicity, Consistency, Isolation and Durability. If you require full ACID properties on the data—for example, when the data must be isolated from other transactions—you must use atomic transactions exclusively. When an atomic transaction fails, all states are reset as if the orchestration instance never entered the scope. There is no catch block in atomic scope. there is compensation block to redirect the message in case of failed.

Related questions

0 votes
asked Dec 3, 2021 in Cloud Computing by DavidAnderson
+2 votes
asked Jan 19, 2022 in C Plus Plus by DavidAnderson
...