You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/operations/storing-data.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -644,7 +644,7 @@ Cache **commands**:
644
644
645
645
-`SYSTEM DROP FILESYSTEM CACHE (<cache_name>) (ON CLUSTER)` -- `ON CLUSTER` is only supported when no `<cache_name>` is provided
646
646
647
-
-`SHOW FILESYSTEM CACHES` -- show list of filesystem caches which were configured on the server. (For versions <=`22.8` the command is named `SHOW CACHES`)
647
+
-`SHOW FILESYSTEM CACHES` -- show list of filesystem caches which were configured on the server. (For versions less than or equal to`22.8` the command is named `SHOW CACHES`)
648
648
649
649
```sql
650
650
SHOW FILESYSTEM CACHES
@@ -658,7 +658,7 @@ Result:
658
658
└───────────┘
659
659
```
660
660
661
-
-`DESCRIBE FILESYSTEM CACHE '<cache_name>'` - 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`)
661
+
-`DESCRIBE FILESYSTEM CACHE '<cache_name>'` - show cache configuration and some general statistics for a specific cache. Cache name can be taken from `SHOW FILESYSTEM CACHES` command. (For versions less than or equal to`22.8` the command is named `DESCRIBE CACHE`)
0 commit comments