MariaDB ColumnStore 5.6.1 Release Notes

Overview

MariaDB Enterprise ColumnStorearrow-up-right is a columnar storage engine included with MariaDB Enterprise ColumnStorearrow-up-right. This is the fifth release in the Enterprise ColumnStore 5 series.

This release of MariaDB Enterprise ColumnStore is included with MariaDB Enterprise Server 10.5.10-7.

This release is of General Availability (GA) maturity.

MariaDB Enterprise ColumnStore 5.6.1 was released on 2021-06-14.

Notable Changes

  • LOOR() now returns a fully-formatted DATETIME in alignment to CEIL() behavior. (MCOL-4263arrow-up-right)

  • MariaDB Enterprise ColumnStore now supports disk-based aggregation. Prior to this release, all aggregation could occur only in memory. With disk-based aggregation, larger aggregated result sets can be handled than would fit in memory. (MCOL-563arrow-up-right) To enable disk-based aggregation, edit Columnstore.xmland within the RowAggregation section configure:

    • AllowDiskBasedAggregation=Y to enable the feature. The default is N

    • TempDirto the directory path for storing temporary files. The default is /tmp/columnstore_tmp_files/aggregates

  • SSL certificate verification can now be disabled for S3-compatible storage. We recommend that SSL certificate verification be disabled only when necessary, and where appropriate compensatory controls exist. (MCOL-3542arrow-up-right)

To disable SSL certificate verification, edit storagemanager.cnf and configure:ssl_verify = disabled to disable SSL certificate verification. The default is ssl_verify = enabled, which enables SSL certificate verification when connecting by HTTPS to S3-compatible storage.

  • HTTP connections can now be made to S3-compatible storage. We recommend using HTTPS connections, and to use HTTP connections only when necessary and where appropriate compensatory controls exist. (MCOL-3542arrow-up-right)

To enable HTTP connections, edit storagemanager.cnf and configure:use_http = enabled to enable HTTP connections to S3-compatible storage. The default is use_http = disabled, which uses HTTPS connections to S3-compatible storage.

  • New:

  • Update to CMAPI REST API for node removal:

    • Old:

  • New:

Issues Fixed

Can result in data loss

  • CMAPI shutdown of cluster is abrupt, and may occur in the middle of transaction execution or rollback. (MCOL-4675arrow-up-right)

Can result in a hang or crash

Can result in unexpected behavior

Platforms

In alignment with the enterprise lifecycle, MariaDB Enterprise ColumnStore 5.5.2 is provided for:

  • CentOS 7

  • CentOS 8

  • Debian 9

  • Debian 10

  • Red Hat Enterprise Linux 7

  • Red Hat Enterprise Linux 8

  • SUSE Linux Enterprise Server 12

  • SUSE Linux Enterprise Server 15

  • Ubuntu 18.04

  • Ubuntu 20.04

Installation Instructions

Upgrade Instructions

  • Major Release Upgrades for MariaDB Enterprise ColumnStore.

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?