Step 4: Test Enterprise ColumnStore
Overview
This page details step 4 of a 5-step procedure for deploying Single-Node Enterprise ColumnStore with Object 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 S3 Connection
MariaDB Enterprise ColumnStore 23.10 includes a testS3Connection command to test the S3 configuration, permissions, and connectivity.
On each Enterprise ColumnStore node, test the S3 configuration:
$ sudo testS3ConnectionStorageManager[26887]: Using the config file found at /etc/columnstore/storagemanager.cnf
StorageManager[26887]: S3Storage: S3 connectivity & permissions are OK
S3 Storage Manager Configuration OKIf the testS3Connection command does not return OK, investigate the S3 configuration.
Test Local Connection
Connect to the server using MariaDB Client using the root@localhost user account:
$ sudo mariadbTest ColumnStore Plugin Status
Query information_schema.PLUGINS and confirm that the ColumnStore storage engine plugin is ACTIVE:
Test ColumnStore Table Creation
Create a test database, if it does not exist:
Create a ColumnStore table:
Add sample data into the table:
Read data from table:
Test Cross Engine Join
Create an InnoDB table:
Add data to the table:
Perform a cross-engine join:
Next Step
Navigation in the Single-Node Enterprise ColumnStore topology with Object 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?

