Skip to content

Commit

Permalink
Add one highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored Sep 27, 2024
1 parent 21d5e7a commit d16fab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion releases/release-8.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,14 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.4/quick-start-with-
<td>Vector search is a search method based on data semantics, which provides more relevant search results. As one of the core functions of AI and large language models (LLMs), vector search can be used in various scenarios such as Retrieval-Augmented Generation (RAG), semantic search, and recommendation systems.</td>
</tr>
<tr>
<td rowspan="2">DB Operations and Observability</td>
<td rowspan="3">DB Operations and Observability</td>
<td>Display TiKV and TiDB CPU times in memory tables**tw@hfxsd 1877**</td>
<td>The CPU time is now integrated into a system table, displayed alongside other metrics for sessions or SQL, letting you observe high CPU consumption operations from multiple perspectives, and improves diagnostic efficiency. This is especially useful for diagnosing scenarios such as CPU spikes in instances or read/write hotspots in clusters.</td>
</tr>
<tr>
<td>Support viewing aggregated TiKV CPU time by table or database **tw@lilin90 1878**</td>
<td>When hotspot issues are not caused by individual SQL statements, using the aggregated CPU time by table or database level in <a href="https://docs.pingcap.com/zh/tidb/v8.4/top-sql">TOP SQL</a> can help you quickly identify the tables or applications responsible for the hotspots, significantly improving the efficiency of diagnosing hotspot and CPU consumption issues.</td>
</tr>
<tr>
<td>Support backing up TiKV instances with IMDSv2 service enabled**tw@hfxsd 1945**</td>
<td><a href="https://aws.amazon.com/cn/blogs/security/get-the-full-benefits-of-imdsv2-and-disable-imdsv1-across-your-aws-infrastructure/">AWS EC2 now uses IMDSv2 as the default metadata service</a>. TiDB supports backing up data from TiKV instances that have IMDSv2 enabled, helping you run TiDB clusters more effectively in public cloud services.</td>
Expand Down

0 comments on commit d16fab5

Please sign in to comment.