Oct
19th

Boost Performance for Large Data Warehouse

Files under Download, SQL Server, Speaking Schedule | Posted by mca
When we deal with large data warehouse, it needs specific trick for best performance. I did presentation about this on last Oct 17 for Mini TechReady in Microsoft Singapore. Basically here are some guidances:

  • Take advantage from table partitioning for large fact table.
  • Put clustered index on fact table key, specially for datetime column and do partitioning based on this column.
  • Put non clustered index on non datetime column of fact table, when the query usually using exact criteria.
  • Do the query based on interval criteria, put BETWEEN on WHERE clause when dealing with datetime key, ofcourse after put clustered index on it.

There are another tips related to Analysis Services, hardware, and deal with Integration Services. Download my presentation here: SQL2005LargeDW
Due some users that encountered problem when download entracting the file, I have uploaded again. I have double tested and it works fine.


3 Responses to “Boost Performance for Large Data Warehouse”

  1. By andy on Oct 20, 2006 | Reply

    Thanks!
    It’s very useful for me

  2. By MCA on Oct 31, 2006 | Reply

    Mohon maaf atas file yang corrupt ketika didownload. Sudah saya upload ulang, silahkan download lagi :)

  3. By Jonney_bah on Apr 28, 2007 | Reply

    Hi, my name is Jonney, I am from Zaire.
    Just like your resource :).

Post a Comment