Skip to content

Commit

Permalink
fix typos (#19346) (#19348)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 22, 2024
1 parent 78c632c commit a6aa26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema-cache.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ summary: TiDB 对于 schema 信息采用基于 LRU 的缓存机制,在大量

在大量数据库和表的场景下,有以下已知问题:

- 当对表的访问没有规律,如 time1 访问一批表,time2 访问另外一批表,而且设置的 `tidb_schema_cache_size` 较小时,会导这些 schema 信息被频繁地被逐出,频繁地被缓存,造成性能抖动。该特性比较适合被频繁访问的库和表是相对固定的场景。
- 当对表的访问没有规律,如 time1 访问一批表,time2 访问另外一批表,而且设置的 `tidb_schema_cache_size` 较小时,会导致这些 schema 信息被频繁地被逐出,频繁地被缓存,造成性能抖动。该特性比较适合被频繁访问的库和表是相对固定的场景。
- 统计信息不一定能够及时收集。
- 一些元数据信息的访问会变慢。
- 切换 schema 缓存开关需要等待一段时间。
Expand Down

0 comments on commit a6aa26f

Please sign in to comment.