Skip to content

Commit

Permalink
Update how-to-convert-ordinary-to-atomic.md
Browse files Browse the repository at this point in the history
  • Loading branch information
den-crane committed Apr 1, 2023
1 parent 641e627 commit de8727e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -6,6 +6,10 @@ description: >-
Clickhouse Howto Convert Ordinary to Atomic
---

## New, official way

* Implemented automatic conversion of database engine from `Ordinary` to `Atomic`. Create empty `convert_ordinary_to_atomic` file in `flags` directory and all `Ordinary` databases will be converted automatically on next server start. Resolves [#39546](https://github.com/ClickHouse/ClickHouse/issues/39546). [#39933](https://github.com/ClickHouse/ClickHouse/pull/39933) ([Alexander Tokmakov](https://github.com/tavplubix))

## Example How to Convert Ordinary to Atomic

```sql
Expand Down

0 comments on commit de8727e

Please sign in to comment.