Dual Write - CI/CD用語集の定義
dual writeは、マイグレーション中に古いschemaと新しいschemaの両方へ同時に書き込み、cutoverまで両方を最新に保ちます。
dual writeは、マイグレーション中にアプリケーションのコードが古いschema(またはstore)と新しいschemaの両方へ同時に書き込むもので、cutoverまで両方を最新に保ちます。
dual writeはexpandとcontractのフェーズを橋渡しします。これにより、新しい形をsource of truthにする前に、チームはbackfillと検証を行えます。
関連ガイド
Expand-Contract Migration - CI/CD Glossary DefinitionExpand-Contract Migration: An expand-contract migration splits a breaking schema change into an additive expa…
Cutover - CI/CD Glossary DefinitionCutover: A cutover is the moment a system switches from an old data path to a new one, making the new schema…
Data Backfill - CI/CD Glossary DefinitionData Backfill: A data backfill populates a new or changed column across existing rows after a schema migratio…