Technical GlossaryData Engineering and AI Infrastructure
Schema-on-Read
A flexible data-processing approach in which schema is applied when data is read rather than when it is written.
Schema-on-read is one of the core principles of data lake architectures. Instead of enforcing strict structural constraints at write time, data can be interpreted with an appropriate schema when it is actually needed. This flexibility is advantageous across multiple use cases, but it also requires more careful management of data quality and field meaning. It is especially important in exploratory analytics and multi-source raw data environments.
You Might Also Like
Explore these concepts to continue your artificial intelligence journey.
