Update 02-database.md

This commit is contained in:
wade zhang 2023-12-14 10:46:22 +08:00 committed by GitHub
parent c956d96c10
commit 6380ea785b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -138,6 +138,10 @@ You can use `show <db_name>.vgroups;` to check the value of cacheload.
If the value of `cacheload` is very close to the value of `cachesize`, then it's very probably that `cachesize` is too small. If the value of `cacheload` is much smaller than the value of `cachesize`, then `cachesize` is big enough. You can use this simple principle to determine. Depending on how much memory is available in your system, you can choose to double `cachesize` or incrase it by even 5 or more times.
4. stt_trigger
Pleae make sure stopping data writing before trying to alter stt_trigger parameter.
:::note
Other parameters cannot be modified after the database has been created.