You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.