> Hi,
>
[quoted text clipped - 5 lines]
> without getting page splits since I am only inserting an increasing
> number?
Yes.
> 2- Does it make sense to cluster the unique index on the surrogate
> key since the only use of this column is to make the join with the fact
[quoted text clipped - 3 lines]
>
> Thanks.
May be better to set the table to append mose (always insert at the
end) without a clustering index. You should get 100% cluster ratio
anyway, without the overhead of having to use a clustering index in the
insert rule.
Mark A - 10 Jul 2006 21:37 GMT
> May be better to set the table to append mose (always insert at the
> end) without a clustering index. You should get 100% cluster ratio
> anyway, without the overhead of having to use a clustering index in the
> insert rule.
Should be: append mode, not append mose