The sum of all SQL Server matter that exist,
and the space in which all SQL Server events
occur or could occur.
Welcome to SQL Server Universe.com Sign in | Join | Help
Home SS SLUG Forums Articles Photos Downloads

Re: Index creation taking long time

  •  05-07-2008, 13:39

    Re: Index creation taking long time

    Hi,

    1.2 million records is quite a considerable amount of records when the number of indexes are high such as 21 in your case. Try not creating indexes for fields which are not used frequently in queries (such as in JOINs or WHERE conditions), or on fields which are of a large size. This would only take up more space on your hard disk and more time in rebulding indexes (such as what's happening right now) and not be used at all.

    Also in a separate note, are you using FILL FACTOR = 100, since you intend to use this table as readonly?

    Regards


    Gogula G. Aryalingam (MVP - SQL Server)

    DB Antics

    Filed under: ,
View Complete Thread

(Best viewed with a resolution of more than 1024 * 768)

Powered by Community Server, by Telligent Systems