Skip to content

Commit c1aad3b

Browse files
mariadb-stefan-hinzgitbook-bot
authored andcommitted
GITBOOK-332: DOCS-5557: Reduce amount of version information.
1 parent e2ca0d9 commit c1aad3b

31 files changed

+91
-24
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: The instructions were teste...
3+
---
4+
5+
{% hint style="info" %}
6+
The instructions were tested against ColumnStore 23.10.
7+
{% endhint %}

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ layout:
2525

2626
This procedure describes the deployment of the Single-Node Enterprise ColumnStore topology with Object storage.
2727

28-
MariaDB Enterprise ColumnStore 23.10 is a columnar storage engine for MariaDB Enterprise Server and Enterprise ColumnStore is best suited for Online Analytical Processing (OLAP) workloads.
28+
MariaDB Enterprise ColumnStore is a columnar storage engine for MariaDB Enterprise Server and Enterprise ColumnStore is best suited for Online Analytical Processing (OLAP) workloads.
2929

3030
This procedure has 5 steps, which are executed in sequence.
3131

32+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
33+
3234
This page provides an overview of the topology, requirements, and deployment procedures.
3335

3436
Please read and understand this procedure before executing.

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/step-1-prepare-systems-for-enterprise-columnstore-nodes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 1: Prepare Systems for Enterprise ColumnStore Nodes'
88

99
This page details step 1 of a 5-step procedure for deploying Single-Node Enterprise ColumnStore with Object storage.
1010

11-
This step prepares the system to host MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.
11+
This step prepares the system to host MariaDB Enterprise Server and MariaDB Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/step-2-install-enterprise-columnstore.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 2: Install Enterprise ColumnStore'
88

99
This page details step 2 of a 5-step procedure for deploying Single-Node Enterprise ColumnStore with Object storage.
1010

11-
This step installs MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.
11+
This step installs MariaDB Enterprise Server and MariaDB Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/step-3-start-and-configure-enterprise-columnstore.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ description: 'Step 3: Start and Configure Enterprise ColumnStore'
66

77
## Overview
88

9-
This page details step 3 of a 5-step procedure for deploying [Single-Node Enterprise ColumnStore with Object storage](broken-reference).
9+
This page details step 3 of a 5-step procedure for deploying [Single-Node Enterprise ColumnStore with Object storage](broken-reference/).
1010

11-
This step starts and configures MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.
11+
This step starts and configures MariaDB Enterprise Server and MariaDB Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

1517
## Configure Enterprise ColumnStore
1618

1719
Mandatory system variables and options for Single-Node Enterprise ColumnStore include:
1820

19-
<table><thead><tr><th width="342">Connector</th><th>MariaDB Connector/R2DBC</th></tr></thead><tbody><tr><td><a href="broken-reference">character_set_server</a></td><td>Set this system variable to <code>utf8</code></td></tr><tr><td><a href="broken-reference">collation_server</a></td><td>Set this system variable to <code>utf8_general_ci</code></td></tr><tr><td>columnstore_use_import_for_batchinsert</td><td>Set this system variable to <code>ALWAYS</code> to always use <code>cpimport</code> for <a href="broken-reference">LOAD DATA INFILE</a> and <a href="broken-reference">INSERT...SELECT</a> statements.</td></tr></tbody></table>
21+
<table><thead><tr><th width="342">Connector</th><th>MariaDB Connector/R2DBC</th></tr></thead><tbody><tr><td><a href="broken-reference/">character_set_server</a></td><td>Set this system variable to <code>utf8</code></td></tr><tr><td><a href="broken-reference/">collation_server</a></td><td>Set this system variable to <code>utf8_general_ci</code></td></tr><tr><td>columnstore_use_import_for_batchinsert</td><td>Set this system variable to <code>ALWAYS</code> to always use <code>cpimport</code> for <a href="broken-reference/">LOAD DATA INFILE</a> and <a href="broken-reference/">INSERT...SELECT</a> statements.</td></tr></tbody></table>
2022

2123
### Example Configuration
2224

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/step-4-test-enterprise-columnstore.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 4: Test Enterprise ColumnStore'
88

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

11-
This step tests MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.
11+
This step tests MariaDB Enterprise Server and MariaDB Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

analytics/mariadb-columnstore/management/deployment/install-guide/multinode-s3/step-5-bulk-import-of-data.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This page details step 5 of a 5-step procedure for deploying Single-Node Enterpr
1010

1111
This step bulk imports data to Enterprise ColumnStore.
1212

13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
14+
1315
Interactive commands are detailed. Alternatively, the described operations can be performed using automation.
1416

1517
## Import the Schema

analytics/mariadb-columnstore/management/deployment/install-guide/multnode-localstorage/step-1-prepare-columnstore-nodes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 1: Prepare ColumnStore Nodes'
88

99
This page details step 1 of the 9-step procedure "[Multnode Localstorage](./)".
1010

11-
This step prepares systems to host MariaDB Enterprise Server and MariaDB Enterprise ColumnStore 23.10.
11+
This step prepares systems to host MariaDB Enterprise Server and MariaDB Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

analytics/mariadb-columnstore/management/deployment/install-guide/multnode-localstorage/step-2-configure-shared-local-storage.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 2: Configure Shared Local Storage'
88

99
This page details step 2 of the 9-step procedure "Deploy ColumnStore Shared Local Storage Topology".
1010

11-
This step configures shared local storage on systems hosting Enterprise ColumnStore 23.10.
11+
This step configures shared local storage on systems hosting Enterprise ColumnStore.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

analytics/mariadb-columnstore/management/deployment/install-guide/multnode-localstorage/step-3-install-mariadb-enterprise-server.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ description: 'Step 3: Install MariaDB Enterprise Server'
88

99
This page details step 3 of the 9-step procedure "Deploy ColumnStore Shared Local Storage Topology".
1010

11-
This step installs MariaDB Enterprise Server, MariaDB Enterprise ColumnStore 23.10, CMAPI, and dependencies.
11+
This step installs MariaDB Enterprise Server, MariaDB Enterprise ColumnStore, CMAPI, and dependencies.
12+
13+
{% include "../../../../../.gitbook/includes/the-instructions-were-teste....md" %}
1214

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

0 commit comments

Comments
 (0)