Tag view

#data-modeling

Cross-subject tag search for related interview cards.

Clear

Results update as you type. Press / to jump straight into search.

Tagged with data-modeling

1 card

ETL / Data Engineering Medium Theory

What is schema evolution?

Schema evolution is how a system handles added, removed, or changed fields over time without breaking downstream consumers.

  • Plan backward compatibility
  • Track versions
  • Validate critical contracts

What is schema evolution?