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

Create Clustered Index on Column of Choice #61

Open
jagregory opened this issue Jul 21, 2011 · 0 comments
Open

Create Clustered Index on Column of Choice #61

jagregory opened this issue Jul 21, 2011 · 0 comments
Labels
Milestone

Comments

@jagregory
Copy link
Collaborator

There does not currently (in v1.0 RTM) seem to be a way to choose which field can have a clustered index created.

I believe that previously, before the rewrite, it was possible to set this. Now the clustered index always appears to be set on the first column of the primary key.

I suggest modifying either IClassInstance or IPropertyInstance to support this functionality.

Especially when using Guids for primary keys, it useful to cluster on something other than that key.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant