Woosung

django, database, ubuntu, android, reactjs

Home About Category Django ReactJS Architecture ETC

© 2022. MIT License.

Newer

분산 트랜잭션(Distributed Transaction) 관련 용어 정리

09 Oct 2018 • ETC

출처 : x/open문서, tmax technet

관련 용어


Distributed Transactions

global transaction이라고도 불리며 여러개의 분산된 resource들(예: Database) 각각에 대한 transaction들을 하나의 transaction으로 묶은 것을 의미한다. 이 경우 하나의 resource라도 실패하면 전체를 rollback하게 된다.

More …