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:
Shengliang Guan 2024-12-13 14:38:30 +08:00 committed by GitHub
commit e2c48265c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 是否够用