Skip to content
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

add Clustered Index option in DDL statement. #22346

Closed
coocood opened this issue Jan 11, 2021 · 0 comments · Fixed by #22409
Closed

add Clustered Index option in DDL statement. #22346

coocood opened this issue Jan 11, 2021 · 0 comments · Fixed by #22409
Assignees
Labels
type/feature-request Categorizes issue or PR as related to a new feature.

Comments

@coocood
Copy link
Member

coocood commented Jan 11, 2021

Feature Request

Is your feature request related to a problem? Please describe:

The clustered index feature is table specific.
Use a session variable to control it is not intuitive and error prone.
If only some of the tables should use the clustered index feature, the user has to change the variable in the code back and forth.

Describe the feature you'd like:

Make clustered index a table option instead of a session variable.
The variable is still kept with global scope only, so users can use the clustered index without the need to change the code.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/feature-request Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants