فهرست منبع

[DOCS] Node stats API: fix descriptions of 'cache_size' and 'cache_count' (#98092)

Abdon Pijpelink 2 سال پیش
والد
کامیت
efc0cb5422
1فایلهای تغییر یافته به همراه2 افزوده شده و 3 حذف شده
  1. 2 3
      docs/reference/cluster/nodes-stats.asciidoc

+ 2 - 3
docs/reference/cluster/nodes-stats.asciidoc

@@ -682,12 +682,11 @@ Number of query cache misses.
 
 `cache_size`::
 (integer)
-Size, in bytes, of the query cache.
+Current number of cached queries.
 
 `cache_count`::
 (integer)
-Count of queries
-in the query cache.
+Total number of all queries that have been cached.
 
 `evictions`::
 (integer)