===== 특징 ===== * java 만 지원. * Two Phased Locking 지원 ===== Two Phased Locking with Snapshot Isolation ===== * This model is referred to as MVLOCKS. It works the same way as normal 2PL as far as updates are concerned. * SNAPSHOT ISOLATION is a multiversion concurrency strategy which uses the snapshot of the whole database at the time of the start of the transaction. * In this model, readonly trans..