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.

This page is mirrored from the GitHub Wiki. View original on GitHub