Cutover - CI/CD用語集の定義
cutoverは、システムが古いデータ経路から新しい経路へsource of truthとして切り替わる瞬間です。
cutoverは、システムが古いデータ経路から新しい経路へ切り替わり、新しいschemaやstoreを権威あるソースにする瞬間です。
よく計画されたcutoverは高速で可逆です。読み取りが新しい経路に切り替わり、何か問題が起きても、古い経路が削除される前にpipelineが元に戻せます。
関連ガイド
Dual Write - CI/CD Glossary DefinitionDual Write: A dual write has application code write to both the old and new schema (or store) at once during…
Expand-Contract Migration - CI/CD Glossary DefinitionExpand-Contract Migration: An expand-contract migration splits a breaking schema change into an additive expa…
Zero-Downtime Migration - CI/CD Glossary DefinitionZero-Downtime Migration: A zero-downtime migration changes the schema without interrupting service, by making…