Data orientation refers to how tabular data is represented 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).[1][2] The choice of data orientation is a trade-off and a architectural decision in databases, query engines, and numerical simulations.[1] As a result of these tradeoffs, row-orient