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

Co-authored-by: Kseniia Sumarokova <54203879+kssenii@users.noreply.github.com>
This commit is contained in:
sevirov 2021-09-29 18:13:06 +03:00 committed by GitHub
parent aa818a8e0a
commit 884480a6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Data, processed in ClickHouse, is usually stored in the local file system — on
To work with data stored on `Amazon S3` disks use [S3](../engines/table-engines/integrations/s3.md) table engine, and to work with data in the Hadoop Distributed File System — [HDFS](../engines/table-engines/integrations/hdfs.md) table engine.
To store data on a web server as static files use a disk with type [web](#storing-data-on-webserver).
To load data from a web server with static files use a disk with type [web](#storing-data-on-webserver).
## Zero-copy Replication {#zero-copy}