Merge pull request #29128 from taosdata/yu285-patch-27
docs/add the units of configuration cacheload and cachesize in Update…
This commit is contained in:
commit
e2c48265c1
|
@ -134,11 +134,11 @@ alter_database_option: {
|
|||
|
||||
1. 如何查看 cachesize?
|
||||
|
||||
通过 select * from information_schema.ins_databases; 可以查看这些 cachesize 的具体值。
|
||||
通过 select * from information_schema.ins_databases; 可以查看这些 cachesize 的具体值(单位为 MB)。。
|
||||
|
||||
2. 如何查看 cacheload?
|
||||
|
||||
通过 show \<db_name>.vgroups; 可以查看 cacheload
|
||||
通过 show \<db_name>.vgroups; 可以查看 cacheload(单位为字节)。
|
||||
|
||||
3. 判断 cachesize 是否够用
|
||||
|
||||
|
|
Loading…
Reference in New Issue