We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d22b commit e4e96ddCopy full SHA for e4e96dd
content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/BtreeWatchCache.md
@@ -0,0 +1,20 @@
1
+---
2
+title: BtreeWatchCache
3
+content_type: feature_gate
4
+
5
+_build:
6
+ list: never
7
+ render: false
8
9
+stages:
10
+ - stage: beta
11
+ defaultValue: true
12
+ fromVersion: "1.32"
13
14
15
+<!--
16
+When enabled, the API server will replace the legacy HashMap-based _watch cache_
17
+with a BTree-based implementation. This replacement may bring performance improvements.
18
+-->
19
+启用后,API 服务器将把传统的基于 HashMap 的 **监视缓存(watch cache)** 替换为基于 BTree 的实现。
20
+这种替换可能会带来性能提升。
0 commit comments