# Single Node Topologies

## Overview

Installation and configuration instructions are available for the deployment of single-node topologies of MariaDB Enterprise Server and MariaDB Community Server.

### MariaDB ColumnStore

These instructions detail a single-node deployment of a columnar data store, for MariaDB Community Server, with data optionally stored on S3-compatible object storage:

* [Single-Node ColumnStore Topology with MariaDB Community Server](https://mariadb.com/docs/server/architecture/topologies/single-node-topologies/community-server-with-columnstore)

For high availability and scalability, see "[Enterprise ColumnStore with Object Storage](https://mariadb.com/docs/server/architecture/topologies/columnstore-object-storage)" or "[Enterprise ColumnStore with Shared Local Storage](https://mariadb.com/docs/server/architecture/topologies/columnstore-shared-local-storage)".

### MariaDB Community Server

These instructions detail a single-node deployment of MariaDB Community Server:

* [Single-Node Server Topology with MariaDB Community Server](https://mariadb.com/docs/server/architecture/topologies/single-node-topologies/community-server)

### MariaDB Enterprise ColumnStore with Local Storage

These instructions detail a single-node deployment of a columnar data store:

* [Single-Node Enterprise ColumnStore Local Storage Topology with MariaDB Enterprise Server](https://mariadb.com/docs/server/architecture/topologies/single-node-topologies/enterprise-server-with-columnstore-local-storage)

For high availability and scalability, see "[Enterprise ColumnStore with Shared Local Storage](https://mariadb.com/docs/server/architecture/topologies/columnstore-shared-local-storage)".

### MariaDB Enterprise ColumnStore with Object Storage

These instructions detail a single-node deployment of a columnar data store for MariaDB Enterprise Server, with data stored on S3-compatible object storage:

* [Single-Node Enterprise ColumnStore Object Storage Topology with MariaDB Enterprise Server](https://mariadb.com/docs/server/architecture/topologies/single-node-topologies/enterprise-server-with-columnstore-object-storage)

For high availability and scalability, see "[Enterprise ColumnStore with Object Storage](https://mariadb.com/docs/server/architecture/topologies/columnstore-object-storage)".

### MariaDB Enterprise Server

These instructions detail a single-node deployment of MariaDB Enterprise Server:

* [Single-Node Enterprise Server Topology with MariaDB Enterprise Server](https://mariadb.com/docs/server/architecture/topologies/single-node-topologies/enterprise-server)

\\


---

# 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://mariadb.com/docs/server/architecture/topologies/single-node-topologies.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.
