Skip to content
Alex Merced edited this page May 21, 2026 · 1 revision

Columnar Database

A database management system that stores data tables by column rather than by row. This layout is highly efficient for analytical queries (OLAP) as it minimizes disk I/O and maximizes compression.


Part of the Data & AI Terms glossary.

Clone this wiki locally