Skip to content

Instantly share code, notes, and snippets.

View karloscodes's full-sized avatar
👨‍💻
Building stuff

Carlos Castellanos karloscodes

👨‍💻
Building stuff
View GitHub Profile
@karloscodes
karloscodes / optimistic-locking.md
Last active October 16, 2023 19:53
Pesimistic locking sequence diagram
sequenceDiagram
    participant John as John
    participant DB as Database
    participant Mary as Mary

    John->>DB: begin_transaction()
    Note over DB: Lock acquired on source & dest accounts