Skip to content

Commit

Permalink
create-index: remove the description that no stats are collected for …
Browse files Browse the repository at this point in the history
…mv index

Signed-off-by: Aolin <[email protected]>
  • Loading branch information
Oreoxmt committed Feb 1, 2024
1 parent 08d026a commit e8be907
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql-statements/sql-statement-create-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ See [Index Selection - Use multi-valued indexes](/choose-index.md#use-multi-valu
- Compared with normal indexes, DML operations will modify more index records for multi-valued indexes, so multi-valued indexes will have a greater performance impact than normal indexes.
- Because multi-valued indexes are a special type of expression index, multi-valued indexes have the same limitations as expression indexes.
- If a table uses multi-valued indexes, you cannot back up, replicate, or import the table using BR, TiCDC, or TiDB Lightning to a TiDB cluster earlier than v6.6.0.
- Since improvements to the statistics for multi-valued indexes are still ongoing, when a query hits multiple multi-valued indexes, TiDB might not be able to select the optimal index. In such cases, it is recommended to use the [`use_index_merge`](/optimizer-hints.md#use_index_merget1_name-idx1_name--idx2_name-) optimizer hint to enforce a fixed execution plan. For detailed steps, refer to [Use multi-valued indexes](/choose-index.md#use-multi-valued-indexes).
- For a query with complex conditions, TiDB might not be able to select multi-valued indexes. For information on the condition patterns supported by multi-valued indexes, refer to [Use multi-valued indexes](/choose-index.md#use-multi-valued-indexes).
## Invisible index
Expand Down

0 comments on commit e8be907

Please sign in to comment.