Comment by rovr138
5 months ago
Another useful one is aggregations. Think sum(), concat(), max(), etc. You can operate on the column.
This is in contrast to row based. You have to scan the full row, to get a column. Think how you'd usually read a CSV (read line, parse line).
No comments yet
Contribute on Hacker News ↗