mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 01:22:04 +00:00
Update docs/en/operations/storing-data.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
This commit is contained in:
parent
6617ff3da1
commit
ec2e36c4cf
@ -311,7 +311,7 @@ If a query fails with an exception `DB:Exception Unreachable URL`, then you can
|
||||
To get files for upload run:
|
||||
`clickhouse static-files-disk-uploader --metadata-path <path> --output-dir <dir>` (`--metadata-path` can be found in query `SELECT data_paths FROM system.tables WHERE name = 'table_name'`).
|
||||
|
||||
When loading files by `endpoint` they must be loaded into `<endpoint>/store/` path, but config must contain only `endpoint`.
|
||||
When loading files by `endpoint`, they must be loaded into `<endpoint>/store/` path, but config must contain only `endpoint`.
|
||||
|
||||
If URL is not reachable on disk load when the server is starting up tables, then all errors are caught. If in this case there were errors, tables can be reloaded (become visible) via `DETACH TABLE table_name` -> `ATTACH TABLE table_name`. If metadata was successfully loaded at server startup, then tables are available straight away.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user