User Tools

ColumnStore Status Variables

Variables

This section lists ColumnStore status variables, regardless in which version they were introduced ormwhether they were removed.

To obtain a full list of the ColumnStore status variables present in your ColumnStore version, run this query:

SHOW GLOBAL STATUS LIKE 'columnstore%';

In very old versions of ColumnStore, these status variables prefix was infinidb_. Later, it was changed to columnstore_ to reflect the software name change.

Name Scope Status
Columnstore_commit_hash Global Present
Columnstore_version Global Present

Columnstore_commit_hash is the hash of the latest git commit at the moment the binaries were created. If not available, the value will be 'source'.

Columnstore_version is the ColumnStore storage engine version.


The first version of this document was created as part of the MariaDB ColumnStore Unofficial Documentation Project. It was not copied from another source.

You could leave a comment if you were logged in.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also, you acknowledge that you have read and understand our Privacy Policy. If you do not agree, please leave the website.

More information