Published onOctober 27, 2025[系統設計筆記] Partitioning vs Sharding:資料庫拆分策略System-DesignDatabase整理 SQL 系統設計中 Partitioning 與 Sharding 的差異、適用場景、優缺點與常見策略,從單庫優化到水平擴展的演進路徑。
Published onOctober 22, 2025[系統設計筆記] 分散式交易一致性:SAGA PatternSystem-Design介紹 SAGA Pattern 的核心概念、Choreography 與 Orchestration 模式差異、補償交易設計與實作考量,並以「訂單 / 付款 / 庫存」範例說明如何在微服務中實現最終一致性。
Published onSeptember 30, 2025[系統設計筆記] 一致性哈希(Consistent Hashing)System-Design整理一致性哈希的概念、解決的問題、運作原理,以及在分散式系統與面試中的常見應用。
Published onSeptember 7, 2025[系統設計筆記] CAP 定理System-Design整理 CAP 定理的概念、案例與面試常見考點,協助快速掌握分散式系統中的一致性、可用性與分區容錯。