File Types / Storage Flashcards
1
Q
What orientation is Avro
A
row-based
2
Q
Is Avro optimized for read or writes
A
Writes
3
Q
Does Avro have a schema
A
Bundles serialized data with it’s schema
4
Q
What orientation is Parquet
A
column-based
5
Q
Is Parquet optimized for reads or writes
A
Reads
6
Q
What orientation is ORC
A
column-based
7
Q
Is ORC optimized for reads or writes
A
Reads