discriminator column index
Posted: Wed 25 Jan 2012 16:54
In the Column Editor, I can specify an Index Name - but this seems to have no effect on the generated schema?
Specifically, I have a discriminator-column on a table-per-hierarchy inheritance - and I'm trying to improve performance of searches for a particular sub-type, by adding an index to the discriminator column.
I've also attempted to configure a simple index on a "Created" DateTime column, but that seems to have no effect either...
Am I missing something, or how do you configure indexes?
Specifically, I have a discriminator-column on a table-per-hierarchy inheritance - and I'm trying to improve performance of searches for a particular sub-type, by adding an index to the discriminator column.
I've also attempted to configure a simple index on a "Created" DateTime column, but that seems to have no effect either...
Am I missing something, or how do you configure indexes?