콘텐츠로 바로가기
용어2

log

이 용어로 연결된 기록을 섹션별로 살펴봅니다.

  1. Event Sourcing

    현재 상태(State)가 아니라 발생한 사건(Event)의 이력 자체를 불변 로그로 저장하는 데이터 관리 패턴. 전통 DB: `UPDATE accounts SET balance = 500` → 이전 값 유실 Event Sourcing: `[Deposited(300...

    system-architecture-distributed-systems / event-driven-reactive-systems / event-sourcing
  2. Consensus Algorithms & Distributed Log

    여러 노드가 하나의 공유된 상태에 합의하는 수리 알고리즘과, 이를 순차적으로 기록하여 복제하는 분산 로그 메커니즘을 다루는 학습 노드입니다.

    system-architecture-distributed-systems / distributed-systems-principles-consensus / consensus-algorithms-distributed-log