# MariaDB

## Description

MariaDB is an open-source database management system created by the original developers of MySQL. MariaDB uses tables to store data in an organized way, and it is possible to interact with the database using SQL queries.

It supports concepts such as primary keys, indexes and relationships between tables. MariaDB is widely used for data storage and management in a variety of applications, from websites to enterprise systems. It is a popular choice due to its reliability, performance and open-source nature.

{% embed url="<https://mariadb.org/>" %}

## Platform as a Service

MariaDB is deployed on-premise in **cegedim.cloud'**&#x73; data centers. The long term support (LTS) can be deployed in self-service using ITCare

The same level of service as the Compute offer is guaranteed : deployment of instances, maintenance in operational condition, flexibility, security and monitoring are thus ensured by our experts.

Two topologies are available in self-service :

* Standalone (replica can be added on request)
* Galera cluster (3 nodes)

Galera cluster is production ready with at least 3 nodes spread over all Availability Zones of a target Area.

Sizing can be configured according to your needs.

<table><thead><tr><th width="295"></th><th>Standalone</th><th>Galera</th></tr></thead><tbody><tr><td>Instances</td><td>1</td><td>3</td></tr><tr><td>CPU (per node)</td><td>2 - 16 vCPU</td><td>2 - 16 vCPU</td></tr><tr><td>RAM (per node)</td><td>4 - 384 GB</td><td>4 - 384 GB</td></tr><tr><td>Supported version(s)</td><td>10.6, 10.11, 11.4</td><td>10.6, 10.11, 11.4</td></tr><tr><td>Monitoring</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td></tr><tr><td>24x7 Monitoring</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td></tr><tr><td>Backup</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td></tr><tr><td>Data replication (DRP)</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span> Option</td></tr><tr><td>Availability</td><td>99.8%</td><td>99.9%</td></tr><tr><td>Multi-AZ deployment</td><td><span data-gb-custom-inline data-tag="emoji" data-code="274c">❌</span></td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr><tr><td>Self-service</td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td><td><span data-gb-custom-inline data-tag="emoji" data-code="2705">✅</span></td></tr></tbody></table>

For more information, please visit [MariaDB - Features](/databases/mariadb/mariadb-features.md).

## Billing

Billing is processed monthly and based on the number of instances plus supplementary costs for storage, backup, 24x7 monitoring.

Cost estimation for a MariaDB instance is available via your Service Delivery Manager.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.cegedim.cloud/databases/mariadb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
