mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
add doc about system sync file cache.
This commit is contained in:
parent
379850b6c4
commit
876a92d4d1
@ -362,3 +362,15 @@ Allows to drop filesystem cache.
|
|||||||
```sql
|
```sql
|
||||||
SYSTEM DROP FILESYSTEM CACHE
|
SYSTEM DROP FILESYSTEM CACHE
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### SYNC FILE CACHE
|
||||||
|
|
||||||
|
:::note
|
||||||
|
It's too heavy and has potential for misuse.
|
||||||
|
:::
|
||||||
|
|
||||||
|
Will do sync syscall.
|
||||||
|
|
||||||
|
```sql
|
||||||
|
SYSTEM SYNC FILE CACHE
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user