Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion TOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -1083,7 +1083,7 @@
- [URI Formats of External Storage Services](/external-storage-uri.md)
- [Interaction Test on Online Workloads and `ADD INDEX` Operations](/benchmark/online-workloads-and-add-index-operations.md)
- [`ANALYZE` Embedded in DDL Statements](/ddl_embedded_analyze.md)
FAQs
- FAQs
- [FAQ Summary](/faq/faq-overview.md)
- [TiDB FAQs](/faq/tidb-faq.md)
- [SQL FAQs](/faq/sql-faq.md)
Expand Down
4 changes: 2 additions & 2 deletions ddl_embedded_analyze.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: `ANALYZE` Embedded in DDL Statements
title: "`ANALYZE` Embedded in DDL Statements"
summary: This document describes the `ANALYZE` feature embedded in DDL statements for newly created or reorganized indexes, which ensures that statistics for new indexes are updated promptly.
---

# `ANALYZE` Embedded in DDL Statements<span class="version-mark">Introduced in v8.5.4 and v9.0.0</span>
# `ANALYZE` Embedded in DDL Statements <span class="version-mark">Introduced in v8.5.4 and v9.0.0</span>

This document describes the `ANALYZE` feature embedded in the following two types of DDL statements:

Expand Down