- Stores data by column so analytical queries read only the fields they need
- Achieves high compression through column-wise encoding of similar values
- Supports predicate pushdown and data skipping to avoid scanning irrelevant blocks
- Works across virtually every modern analytics engine as an open standard