Columnar Database

What Does Columnar Database Mean?

A columnar database is a database management system (DBMS) that stores data in columns rather than in rows as relational DBMSs do. The main differences between a columnar database and a traditional row-oriented database are centered around performance, storage necessities and schema modifying techniques. The goal of this type of database is to effectively read and write data to and from the secondary storage in order to be able to speed up the processing time in returning a query.

Advertisements

A columnar database may also be known as a column-oriented database

Techopedia Explains Columnar Database

The data that is stored appears in record order, meaning the entry in the first column is related to the entry in the second column and other columns if the entry appears in the same row. For example, the 100th entry in column 1 belongs to the same record as the 100th entry in column 2. This makes it possible for individual data to be accessed in columns as a group rather than accessing it individually and row by row. Data is stored from top to bottom rather than from left to right as in a row-oriented RDBMS.

Columnar databases are beneficial because the data can be highly compressed, which permits columnar operations to be performed at a fast pace. It is also self-indexing and uses less disk space when compared to an RDBMS. However, the loading process can take time depending on the size of data that is involved. It also becomes a challenge for the database if there are incremental loads, which adds problems in terms of system performance.

Advertisements

Related Terms

Latest Data Management Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…