From 8a7d772f8e86d96a71464b64123f4cf63f61c0aa Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 13 Oct 2023 18:03:29 +0800 Subject: [PATCH] update links to clustered index in basic feature (#15048) (#15055) --- basic-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basic-features.md b/basic-features.md index 704b62cb03217..926de665bfb12 100644 --- a/basic-features.md +++ b/basic-features.md @@ -57,8 +57,8 @@ You can try out TiDB features on [TiDB Playground](https://play.tidbcloud.com/?u | [Invisible indexes](/sql-statements/sql-statement-add-index.md) | Y | Y | Y | Y | Y | Y | Y | Y | N | | [Composite `PRIMARY KEY`](/constraints.md) | Y | Y | Y | Y | Y | Y | Y | Y | Y | | [Unique indexes](/constraints.md) | Y | Y | Y | Y | Y | Y | Y | Y | Y | -| [Clustered index on integer `PRIMARY KEY`](/constraints.md) | Y | Y | Y | Y | Y | Y | Y | Y | Y | -| [Clustered index on composite or non-integer key](/constraints.md) | Y | Y | Y | Y | Y | Y | Y | Y | N | +| [Clustered index on integer `PRIMARY KEY`](/clustered-indexes.md) | Y | Y | Y | Y | Y | Y | Y | Y | Y | +| [Clustered index on composite or non-integer key](/clustered-indexes.md) | Y | Y | Y | Y | Y | Y | Y | Y | N | | [Multi-valued indexes](/sql-statements/sql-statement-create-index.md#multi-valued-indexes) | Y | N | N | N | N | N | N | N | N | | [Foreign key](/constraints.md#foreign-key) | Y | N | N | N | N | N | N | N | N | | [TiFlash late materialization](/tiflash/tiflash-late-materialization.md) | Y | N | N | N | N | N | N | N | N |