mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #7891 from andrei-karpliuk/docs_fix_note_formatting
fix incorrect Note formatting
This commit is contained in:
commit
7bcebe2742
@ -95,7 +95,7 @@ Provides possibility to stop background merges for tables in the MergeTree famil
|
||||
```sql
|
||||
SYSTEM STOP MERGES [[db.]merge_tree_family_table_name]
|
||||
```
|
||||
!!! note "Note":
|
||||
!!! note "Note"
|
||||
`DETACH / ATTACH` table will start background merges for the table even in case when merges have been stopped for all MergeTree tables before.
|
||||
|
||||
|
||||
|
@ -91,7 +91,7 @@ SYSTEM START DISTRIBUTED SENDS [db.]<distributed_table_name>
|
||||
```sql
|
||||
SYSTEM STOP MERGES [[db.]merge_tree_family_table_name]
|
||||
```
|
||||
!!! note "Note":
|
||||
!!! note "Note"
|
||||
`DETACH / ATTACH` таблицы восстанавливает фоновые мержи для этой таблицы (даже в случае отключения фоновых мержей для всех таблиц семейства MergeTree до `DETACH`).
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user