From 3780a07e4618eb9cdafccfa80bdae13f4937cae3 Mon Sep 17 00:00:00 2001 From: Jordi Villar Date: Wed, 10 May 2023 18:49:55 +0200 Subject: [PATCH] Improve local cache documentation --- docs/en/operations/storing-data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/operations/storing-data.md b/docs/en/operations/storing-data.md index ac6ea22ab75..f2fe673526f 100644 --- a/docs/en/operations/storing-data.md +++ b/docs/en/operations/storing-data.md @@ -215,7 +215,7 @@ Cache **system tables**: Cache **commands**: -- `SYSTEM DROP FILESYSTEM CACHE () (ON CLUSTER)` +- `SYSTEM DROP FILESYSTEM CACHE () (ON CLUSTER)` -- `ON CLUSTER` is only supported when no `` is provided - `SHOW FILESYSTEM CACHES` -- show list of filesystem caches which were configured on the server. (For versions <= `22.8` the command is named `SHOW CACHES`) @@ -231,10 +231,10 @@ Result: └───────────┘ ``` -- `DESCRIBE CACHE ''` - show cache configuration and some general statistics for a specific cache. Cache name can be taken from `SHOW CACHES` command. (For versions <= `22.8` the command is named `DESCRIBE CACHE`) +- `DESCRIBE FILESYSTEM CACHE ''` - show cache configuration and some general statistics for a specific cache. Cache name can be taken from `SHOW FILESYSTEM CACHES` command. (For versions <= `22.8` the command is named `DESCRIBE CACHE`) ```sql -DESCRIBE CACHE 's3_cache' +DESCRIBE FILESYSTEM CACHE 's3_cache' ``` ``` text