Skip to content

Commit

Permalink
chore: update files by using obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeSM0518 committed Nov 8, 2024
1 parent aaa3ba6 commit 212ed4c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions _posts/2024-11-08-tech-interview.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: 기술 면접 준비
date: 2024-11-09 11:48:00 +0900
date: 2024-11-09 00:41:00 +0900
categories: interview
tags:
- interview
Expand Down Expand Up @@ -37,4 +37,14 @@ description: 여러 기술 개념 정리
: 성능과 확장성이 향상되고, 복잡한 비즈니스 로직을 효과적으로 처리할 수 있다.

단점
: 구현 복잡도가 높아지고, 데이터 일관성 관리가 어려워질 수 있다.
: 구현 복잡도가 높아지고, 데이터 일관성 관리가 어려워질 수 있다.

### Event Sourcing

상태 변경을 이벤트로 저장하여 시스템 상태를 재구성하는 아키텍처 패턴이다.

장점
: 모든 상태 변경 기록을 보존해 데이터 복구와 추적이 용이하며, 과거 상태 재구성이 가능하다.

단점
: 구현 복잡도가 높고, 이벤트 저장소 관리와 일관성 유지가 어려울 수 있다.

0 comments on commit 212ed4c

Please sign in to comment.