Searching map area
Data orientation
? TBD
Tabular data representation in memory
Ratings
0
Nobody has rated this yet. Be the first!
Lists
0

Data orientation is the representation of tabular data in a linear memory model such as in-disk or in-memory. The two most common representations are column-oriented (columnar format) and row-oriented (row format).