*: remove expression index out of experimental feature.#4641
Merged
Conversation
TomShawn
reviewed
Oct 9, 2020
| allow-expression-index = true | ||
| ``` | ||
|
|
||
| TiDB 不仅能将索引建立在表中的一个或多个列上,还可以将索引建立在一个表达式上。当查询涉及表达式时,表达式索引能够加速这些查询。 |
Member
Author
There was a problem hiding this comment.
是的,和上个PR, auto random 一样。因为是之前是实验特性,加入开关是为了避免用户轻易使用。现在移出实验特性后,用户就可以直接使用。和其他功能的开关不太一样,这里在去掉后就没有什么打开和关闭的概念了。
Contributor
|
@wjhuang2016,Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments.See the corresponding SIG page for more information. Related SIG: docs(slack). |
ti-srebot
approved these changes
Oct 10, 2020
Contributor
|
@wjhuang2016,Thanks for your review. The bot only counts LGTMs from Reviewers and higher roles, but you're still welcome to leave your comments.See the corresponding SIG page for more information. Related SIG: docs(slack). |
Contributor
|
/label translation/done |
Contributor
|
/unlabel translation/doing |
9 tasks
9 tasks
TomShawn
added a commit
that referenced
this pull request
Dec 15, 2020
9 tasks
wjhuang2016
added a commit
to wjhuang2016/docs-cn
that referenced
this pull request
Jul 8, 2021
* done Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com> * fmt Signed-off-by: wjhuang2016 <huangwenjun1997@gmail.com> Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: wjhuang2016 huangwenjun1997@gmail.com
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?