MariaDB ColumnStore 1.0.2 Alpha Release Notes

Release date: 23 August 2016

MariaDB ColumnStore 1.0.2arrow-up-right is an alpha release of MariaDB ColumnStore. This is the second alpha release of MariaDB ColumnStore with improvements over previous alpha release of 1.0.1.

MariaDB ColumnStore 1.0.2 is an Alpha release.

Do not use alpha releases on production systems!

For an overview of MariaDB ColumnStorearrow-up-right see MariaDB ColumnStore Architectural Overview

MariaDB ColumnStore 1.0.2 is an Alpha release. This is the second alpha release of MariaDB ColumnStore with improvements over previous alpha release of 1.0.1.

Please provide feedback in JIRAarrow-up-right for anything that is not working as expected so that we can fix it before we make the release available for the larger community. For general "how to questions" ask questions herearrow-up-right or subscribe to mariadb-columnstore@googlegroups.com

Notable Changes

Bugs and Issues Fixed

Below is list of some of the bugs and issues fixed. For the complete list please see herearrow-up-right

Upgrade workaround

With the fixing of MCOL-59arrow-up-right, the MariaDB Columnstore Platform Configuration file name has changed between 1.0.1 and 1.0.2. So if you have a 1.0.0 or 1.0.1 system and you want to upgrade to 1.0.2, you will need to do the following as part of the upgrade process. If you decide to reinstall 1.0.2 from scratch, this is isn’t required.

For details on how to execute the workaround please see upgrading-mariadb-columnstore-from-102-to-103arrow-up-right

Known Issues and Limitations

There are a number bugs and known limitations within this early Alpha version of MariaDB ColumnStore, the most serious of these are listed below. These are expected to be fixed way before the Beta release. There are some known security issues. They are listed here

  • MCOL-82arrow-up-right: Subquery using IN with VIEW returns incorrect results. Queries selecting from view and using IN in where clause with a subquery on another view returns incorrect results.

  • MCOL-37arrow-up-right: Following three window functions do not return correct value

    • FIRST_VALUE

    • LEAD

    • LAG

  • MCOL-75arrow-up-right and MCOL-74arrow-up-right: NTH_VALUE and LAST_VALUE functions return syntax errors.

  • MCOL-73arrow-up-right): Wide table formatted display causes frontend to return error

    • MariaDB ColumnStore supports wide tables storage

    • Displaying the query results on a large number of columns without formatting the column works

    • Displaying the query results on a large number of columns with formatting causes error at MariaDB Server level

  • MCOL-45arrow-up-right : CREATE PROCEDURE fails.

    • Do not use stored procedure with this Alpha version MCOL-16arrow-up-right: LOAD DATA INFILE into datetime columns, data got saturated.

    • Do not use LOAD DATA INFILE when importing data into datetime columns

    • Use cpimport to bulk load data into MariaDB Columnstore instead. cpimports works correctly for datetime columns as well.

    • INSERT INTO works for datetime columns

  • MCOL-49arrow-up-right: Drop table does not work if the PM node runs out of space.

  • MCOL-259arrow-up-right: After starting MariaDB ColumnStore Service, if queries start within few nano-seconds, queries fail with “At least one DBRoot required for that query is offline“ message

    • Wait for 1 minute after the service is started, before starting to send queries

  • MCOL-271arrow-up-right and MCOL-171arrow-up-right: empty string and date/datetime values are treated as NULL. This means you cannot insert empty values into a NOT NULL column.

  • MCOL-256arrow-up-right: Queries that have inline comments will produce erroneous results

  • While Millisecond and Microsecond storage is supported for datetime, time and timestamp columns, at this time the query results cannot return millisecond and microseconds.

  • UTF-8 Limitation

    • UTF-8 must be declared at the table level if the instance has been set up with a UTF-8 profile. Tables created with a non-matching character set will yield indeterminate results.

    • Viewing SQL output should be done using client software that supports UTF-8 character sets.

    • UTF-8 characters are not supported in object names.

Documentation

MariaDB ColumnStore Documentationarrow-up-right

Packaging

RPM and binary packages are provided for the Linux distributions supported by MariaDB ColumnStore 1.0.2 Alpha version.

  • The supported OS for this Alpha version are CentOS 6, CentOS 7 and Ubuntu 16.0.4.

  • Packages can be downloaded herearrow-up-right

Source Code

The source code of MariaDB ColumnStore is tagged at GitHub with a tag, which is identical with the version of MariaDB ColumnStore. For instance, the tag of version X.Y.Z of MariaDB ColumnStore is columnstore-X.Y.Z. Further, master always refers to the latest released non-beta version. The source code is available at these locations

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

spinner

Last updated

Was this helpful?