A design approach where the schema is applied at read time rather than at write time.
It's the counterpart to schema-on-write, where the schema is defined before data is written. It suits data lakes, where data in many formats is first stored raw and a structure is applied only when it's used.
© 2026 ITBGM