Analytics Platforms

Schema-on-Read

English

Overview

A design approach where the schema is applied at read time rather than at write time.

Details

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.

More Database terms