add doc about system sync file cache.

This commit is contained in:
freedomDR 2023-01-27 01:14:42 +00:00
parent 379850b6c4
commit 876a92d4d1

View File

@ -362,3 +362,15 @@ Allows to drop filesystem cache.
```sql
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
```