Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Milovidov <[email protected]>
  • Loading branch information
kirillgarbar and alexey-milovidov authored Mar 24, 2024
1 parent acb623f commit f2e0a3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ If you had a `MergeTree` table that was manually replicated, you can convert it
`MergeTree` table can be automatically converted on server restart if `convert_to_replicated` flag is set at the table's data directory (`/store/xxx/xxxyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy/` for `Atomic` database).
Create empty `convert_to_replicated` file and the table will be loaded as replicated on next server restart.

This query can be used to get the table's data path. It table has many data paths, you have to use the first one.
This query can be used to get the table's data path. If table has many data paths, you have to use the first one.

```sql
SELECT data_paths FROM system.tables WHERE table = 'table_name' AND database = 'database_name';
Expand Down

0 comments on commit f2e0a3b

Please sign in to comment.