Skip to content

Commit

Permalink
Update altinity-kb-converting-mergetree-to-replicated.md
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
subkanthi committed Apr 14, 2022
1 parent a9444ac commit 763898f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ Options here are:

## example for option 2

Note: ATTACH PARTITION ID 'bar' FROM 'foo'` is practically free from compute and disk space perspective. This feature utilizes filesysem hard-links and the fact that files are immutable in Clickhouse ( it's the core of the Clickhouse design, filesystem hard-links and such file manipulations are widely used ).
Note: ATTACH PARTITION ID 'bar' FROM 'foo'` is practically free from compute and disk space perspective. This feature utilizes filesystem hard-links and the fact that files are immutable in Clickhouse ( it's the core of the Clickhouse design, filesystem hard-links and such file manipulations are widely used ).

```sql
create table foo( A Int64, D Date, S String )
Expand Down

0 comments on commit 763898f

Please sign in to comment.