This commit is contained in:
adevyatova 2021-08-04 10:12:19 +00:00
commit aabc4609f8
3 changed files with 56 additions and 0 deletions

View File

@ -1,3 +1,8 @@
---
toc_priority: 40
toc_title: Replicated
---
# [experimental] Replicated {#replicated}
The engine is based on the [Atomic](../../engines/database-engines/atomic.md) engine. It supports replication of metadata via DDL log being written to ZooKeeper and executed on all of the replicas for a given database.

View File

@ -2138,3 +2138,50 @@ Result:
- [tcp_port](../../operations/server-configuration-parameters/settings.md#server_configuration_parameters-tcp_port)
## currentProfiles {#current-profiles}
Short description.
**Syntax**
``` sql
currentProfiles()
```
**Returned value**
- Returned values list.
Type: [Type name](relative/path/to/type/dscr.md#type).
## enabledProfiles {#enabled-profiles}
Short description.
**Syntax**
``` sql
enabledProfiles()
```
**Returned value**
- Returned values list.
Type: [Type name](relative/path/to/type/dscr.md#type).
## defaultProfiles {#default-profiles}
Short description.
**Syntax**
``` sql
defaultProfiles()
```
**Returned value**
- Returned values list.
Type: [Type name](relative/path/to/type/dscr.md#type).

View File

@ -1,3 +1,7 @@
---
toc_priority: 40
toc_title: Replicated
---
# [экспериментальный] Replicated {#replicated}