dbTalk Databases Forums  

Processing dimensions with a filter?

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


Discuss Processing dimensions with a filter? in the microsoft.public.sqlserver.olap forum.



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

Default Processing dimensions with a filter? - 05-17-2004 , 06:26 PM






Some of my dimensions point to columns in a table with hundreds of millions of rows. Is there a way to apply a filter when inc. updating the dimension so it will only look at a small slice of data instead of the whole table
Sometimes it takes an hour of processing just to add a single new member to the dimension
Thanks
ADA


Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: Processing dimensions with a filter? - 05-17-2004 , 09:09 PM






You can load the dimension via a SQL view.
However, you should be careful. You should ALWAYS expose all dimension
members and they rely on Analysis Services to figure out what is new and
what has changed. It is very dangerous to add new dimension member
incrementally by just exposing the "new" members without the entire
dimension table.
--
Dave Wickert [MS]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.


"adami" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
Some of my dimensions point to columns in a table with hundreds of
millions of rows. Is there a way to apply a filter when inc. updating the
dimension so it will only look at a small slice of data instead of the whole
table?
Quote:
Sometimes it takes an hour of processing just to add a single new member
to the dimension.
Thanks,
ADAM




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.