Update docs/en/operations/storing-data.md

Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
sevirov 2021-08-12 19:49:06 +03:00 committed by GitHub
parent 20cf73e431
commit c9bd180861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,6 @@ Example of disk configuration:
</disks>
```
For example, when ClickHouse writes data from some table in the form of a file `store/all_1_1_0/data.bin` to disk1, then in fact this file will be written to the physical disk along the path `/path1/store/all_1_1_0/data.bin`.
For example, when ClickHouse writes data from some table to a file `store/all_1_1_0/data.bin` to `disk1`, then in fact this file will be written to the physical disk along the path `/path1/store/all_1_1_0/data.bin`.
When writing the same file to disk2, it will actually be written to the physical disk at the path `/path1/path2/store/all_1_1_0/data.bin` in encrypted form.