Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Managing schema evolution in a Delta Lake supporting a lakehouse architecture can be challenging. What is the best approach to ensure minimal disruption and maintain data quality during schema updates?
A
Implement a separate Delta table for each schema version and union them for queries.
B
Manually update the schema in a staging environment and perform a full data copy to production.
C
Use Delta Lake's schema evolution features and merge schema options during data write operations to safely evolve the schema.
D
Disable schema enforcement and allow all schema changes to be applied automatically without validation.