-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Expression Index generally available #18008
Labels
feature/accepted
This feature request is accepted by product managers
priority/P1
The issue has P1 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
Milestone
Comments
scsldb
added
priority/P1
The issue has P1 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
labels
Jun 15, 2020
scsldb
added
the
feature/accepted
This feature request is accepted by product managers
label
Jul 16, 2020
As noted in the description, this is useful for JSON. But this use case is currently not supported by the optimizer due to a regression: #14456 |
SunRunAway
added a commit
to SunRunAway/community
that referenced
this issue
Dec 3, 2020
Since @wjhuang2016 has contributed a lot to sig-exec, according to sig-exec [roles-and-organization-management.md#promotion](https://github.com/pingcap/community/blob/master/special-interest-groups/sig-exec/roles-and-organization-management.md#from-reviewer-to-committer), we would like to promote him to our new committer, and his detailed contribution is shown below: contribute [30 PRs](https://github.com/pingcap/tidb/pulls?q=is%3Apr+author%3Awjhuang2016+label%3Asig%2Fexecution) to the executor, support the [expression index](pingcap/tidb#18008) (a medium task) support the [new collation](pingcap/tidb#14573) (a hard task) help other contributors and review [150+](https://github.com/pingcap/tidb/pulls?q=is%3Apr+reviewed-by%3Awjhuang2016+-author%3Awjhuang2016+label%3Asig%2Fexecution) PRs. Thanks for his contribution!!
ti-chi-bot
pushed a commit
to pingcap/community
that referenced
this issue
Dec 3, 2020
Since @wjhuang2016 has contributed a lot to sig-exec, according to sig-exec [roles-and-organization-management.md#promotion](https://github.com/pingcap/community/blob/master/special-interest-groups/sig-exec/roles-and-organization-management.md#from-reviewer-to-committer), we would like to promote him to our new committer, and his detailed contribution is shown below: contribute [30 PRs](https://github.com/pingcap/tidb/pulls?q=is%3Apr+author%3Awjhuang2016+label%3Asig%2Fexecution) to the executor, support the [expression index](pingcap/tidb#18008) (a medium task) support the [new collation](pingcap/tidb#14573) (a hard task) help other contributors and review [150+](https://github.com/pingcap/tidb/pulls?q=is%3Apr+reviewed-by%3Awjhuang2016+-author%3Awjhuang2016+label%3Asig%2Fexecution) PRs. Thanks for his contribution!!
Close this issue as expression index is GA since v6.5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/accepted
This feature request is accepted by product managers
priority/P1
The issue has P1 priority.
type/feature-request
Categorizes issue or PR as related to a new feature.
Description
Since TiDB 4.0, one can put indexes on expressions, aka expression indexes. This feature is quite useful when dealing with JSON functions.
However, it is still an experimental feature: https://docs.pingcap.com/tidb/dev/sql-statement-create-index#expression-index
We plan to make it stable enough to be production-ready in the near future.
Category
Feature, Performance.
Value
it helps to improve the performance of queries whose filter contains expressions.
Schedule
The text was updated successfully, but these errors were encountered: