Viewing 4 posts - 16 through 19 (of 19 total)
I thought about that as well, having the Clustered index be Date,PkID (but that still would be as wide as my other key which was date,int,int), my PK is bigint...
December 23, 2011 at 9:42 pm
Yea, if i put those in the NC index, then the number of logical reads increases and it won't use the NC index.
so PK ID - clustered
date,aid,bid or aid,bid,date (NC)...
December 23, 2011 at 1:27 pm
Gail,
The nonclustered index is currently a PK ID, as for the table, there are many columns, but it's not OVERLY wide (there's one column that I've already suggested we need...
December 23, 2011 at 10:40 am
I'm pretty sure I need to have datetime in "some" index, I agree with GilaMonster as it's the main part of the query to retrieve a set of rows. ...
December 23, 2011 at 7:56 am
Viewing 4 posts - 16 through 19 (of 19 total)