* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
Download CS194Lec03DataModels - b
Survey
Document related concepts
Transcript
Not âIFâ But âWHENâ? ⢠âSchema on Writeâ â Traditional Approach ⢠âSchema on Readâ â Data is simply copied to the file store, no transformation is needed. â A SerDe (Serializer/Deserlizer) is applied during read time to extract the required columns (late binding) â New data can start flowing anytime and will appear retroactively once the SerDe is updated to parse it. 46