Skip to main content
← Knowledge Graph
Data SystemsNew

🧩 Column-Oriented Storage

Storing data by column rather than by row to optimize for analytical (OLAP) queries.

🎯 Mastery Criteria

Student can calculate the I/O savings of a column store for a specific aggregation query.

⚠️ Common Trap

Column stores are just row stores with an index on every column.