Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

Timestamp-based concurrency control

A collection of 1 post
non-lock concurrency control

Timestamp-based concurrency control

참조 : http://en.wikipedia.org/wiki/Timestamp-based_concurrency_control 또 다른 non-lock concurrency control 방법 중 하나입니다. 다음과 같이 정의하고 있습니다. > timestamp-based concurrency control is a non-lock concurrency control method, used in relational databases to safely handle transactions, using timestamps. 모든 트랜잭션이 시작할 때 timestamp를 가지게 되며 이 값은 고유하며
Apr 25, 2007 — 3 min read
Whiteship © 2022
Powered by Ghost