DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: Analyze Table or Rebuild Index; What should be first?

Hybrid View

  1. #1
    Join Date
    Oct 2000
    Location
    Dallas:TX:USA
    Posts
    407
    For some performance issues I do Analyze the tables and Rebuild the indexes on a medium size database.
    Some of the tables have 50 million+ rows.

    I am wondering if it will Analyze the tables faster if I rebuild the indexes first or vice versa or does it not matter at all as both will have to scan the entire table anyway (for Compute Statistics)

    Thanks,

    - Rajeev
    Rajeev Suri

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Analyzing tables does not have anything to do with Rebuilding Indexes. Both are independent processes.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width