dbTalk Databases Forums  

Incremental update on large fact dimension

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Incremental update on large fact dimension in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
yongli
 
Posts: n/a

Default Incremental update on large fact dimension - 06-16-2006 , 11:28 AM






I have a dimension with 11 million records, and there are some facts in it,
so I designate it as the fact dimension since it will save storage and some
other benefit?

Now I am facing the issue of how to incrementally update the fact dimension
more efficiently. It seems every time I incrementally update the dimension
(even there are few or no new records inserted), it will take same or longer
time to process vs. initial full process. My question: is there any better
way to deal with this situation?

Since this is fact dimension, it is also a fact, on which I have partition
defined, so I wonder if I could just incrementally update the lastest
partition on the fact side, will this achieve the same purpose of incremental
update on dimension since they are actullay same. Or do I require to
incrementally update the dimension part?

Thanks,



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.