Skip to content

Commit e4e96dd

Browse files
committed
[zh] Add feature-gates/BtreeWatchCache.md
1 parent 798d22b commit e4e96dd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)