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:16 +03:00 committed by GitHub
parent c9bd180861
commit 6f1a72ca94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,4 +129,4 @@ Example of disk configuration:
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.
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 mode.