From 07f266634a3620fc65f90505728f7688bff81005 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Thu, 3 Oct 2019 11:59:15 +0800 Subject: [PATCH] Update administrator.md --- documentation/webdocs/markdowndocs/administrator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: