docs/add the units of configuration cacheload and cachesize in Update 02-database.md

This commit is contained in:
Yu Chen 2024-12-13 11:51:54 +08:00 committed by GitHub
parent 925a222366
commit 0170cdb5cb
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 是否够用