Step 4: Test Enterprise ColumnStore

Overview

This page details step 4 of a 5-step procedure for deploying Single-Node Enterprise ColumnStore with Local storage.

This step tests MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.

Interactive commands are detailed. Alternatively, the described operations can be performed using automation.

Test Local Connection

Connect to the server using MariaDB Client using the root@localhost user account:

$ sudo mariadb
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 38
Server version: 11.4.5-3-MariaDB-Enterprise MariaDB Enterprise Server

Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

MariaDB [(none)]>

Test ColumnStore Plugin Status

Query information_schema.PLUGINS and confirm that the ColumnStore storage engine plugin is ACTIVE:

Test ColumnStore Table Creation

  1. Create a test database, if it does not exist:

  1. Create a ColumnStore table:

  1. Add sample data into the table:

  1. Read data from table:

Test Cross Engine Join

  1. Create an InnoDB table:

  1. Add data to the table:

  1. Perform a cross-engine join:

Next Step

Navigation in the Single-Node Enterprise ColumnStore topology with Local storage deployment procedure:

This page was step 4 of 5.

Next: Step 5: Bulk Import of Data.

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

Last updated

Was this helpful?