MariaDB ColumnStore is an open source columnar database storage engine that provides high performance analytics capabilities on large datasets using standard SQL. It uses a distributed architecture that stores data by column rather than by row to enable fast queries by only accessing the relevant columns. It can scale horizontally on commodity servers to support analytics workloads on datasets ranging from millions to trillions of rows.