Understanding TCC in distributed transactions
June 4, 2023 · 910 words · 5 min
A distributed transaction is a database transaction in which two or more network hosts are involved.
As we know, network and hosts may unreachable due to some reasons, like power failure, hardware malfunction, etc.
In this article, I’ll share how to implement distributed transaction with TCC.