diff --git a/documentation/webdocs/markdowndocs/administrator.md b/documentation/webdocs/markdowndocs/administrator.md index c7610dba79..58b9865be7 100644 --- a/documentation/webdocs/markdowndocs/administrator.md +++ b/documentation/webdocs/markdowndocs/administrator.md @@ -52,7 +52,7 @@ In different scenarios, data characteristics are different. For example, the ret - tables: maximum number of tables allowed in a vnode - cache: cache block size (bytes) - tblocks: maximum number of cache blocks for a table -- abloks: average number of cache blocks for a table +- ablocks: average number of cache blocks for a table - precision: timestamp precision, us: microsecond ms: millisecond, default is ms For an application, there may be multiple data scenarios. The best design is to put all data with the same characteristics into one database. One application may have multiple databases, and every database has its own configuration to maximize the system performance. You can specify the above configurations related to storage when you create a database. For example: