back

by p4ul·2y ago·view on hn ↗
Oh, and another important difference is memory layout. The dataframe implementations mostly (or all) use column-major format. Whereas most conventional SQL implementations use row-major format, I believe.
1 comments
I think most OLTP databases are row oriented whilst most OLAP are column.