Optimized some descriptions in the documents.
This commit is contained in:
parent
52c34f4170
commit
4790c511ab
|
|
@ -12,13 +12,13 @@ DROP CACHE table
|
|||
Description
|
||||
-----------
|
||||
|
||||
`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers' caches purged automatically by expiry time
|
||||
`DROP CACHE` deletes cache metadata of the `table` from coordinator only. Workers\' caches purged automatically by expiry time
|
||||
or by reaching size limit but recurring splits will not reuse any cached node assignments.
|
||||
|
||||
Examples
|
||||
--------
|
||||
|
||||
Drop cache metadata for 'sales' table
|
||||
Drop cache metadata for \'sales\' table
|
||||
|
||||
```sql
|
||||
DROP CACHE sales
|
||||
|
|
|
|||
|
|
@ -794,7 +794,7 @@ ARGENTINA | AMERICA
|
|||
|
||||
**说明**
|
||||
|
||||
*对相关子查询的支持有限。****并不是每个标准表单都受支持。*
|
||||
*对相关子查询的支持有限。并不是每个标准表单都受支持。*
|
||||
|
||||
### EXISTS
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue