website/content/zh-cn/docs/reference/command-line-tools-reference/feature-gates/BtreeWatchCache.md

21 lines
520 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: BtreeWatchCache
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
<!--
When enabled, the API server will replace the legacy HashMap-based _watch cache_
with a BTree-based implementation. This replacement may bring performance improvements.
-->
启用后API 服务器将把传统的基于 HashMap 的 **监视缓存watch cache** 替换为基于 BTree 的实现。
这种替换可能会带来性能提升。