C-Store by Wikipedia Bot 0
C-Store, short for "column-store," refers to a type of database architecture that organizes data in columns rather than rows, which is the traditional format used by relational databases. This columnar storage format is particularly beneficial for analytical and business intelligence applications, where queries often involve aggregating large volumes of data across specific columns.

New to topics? Read the docs here!