dbTalk Databases Forums  

How do you calculate the number of bytes for OLAP DB

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


Discuss How do you calculate the number of bytes for OLAP DB in the microsoft.public.sqlserver.olap forum.



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

Default How do you calculate the number of bytes for OLAP DB - 09-03-2004 , 02:41 PM






I have all the information regarding my OLAP database. I know how
many dimensions,hierchies, levels, members, and measures I will have.
I also will know the datatypes of the measures. Knowing all these
parameters, how do I calculate the number of bytes that my OLAP
database will use?

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

Default Re: How do you calculate the number of bytes for OLAP DB - 09-03-2004 , 07:04 PM






This is very difficult to do because of all of the compression which
Analysis Services uses.
What I typically do is to look at the source RDBMS without indexes -- then
Analysis Services data folder is then typically 1/4 to 1/6th of that size.
So, for example, if your source RDBMS is 400GB, then the data folder in
Analysis Services will probably be between 60GB and 100GB.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> wrote

Quote:
I have all the information regarding my OLAP database. I know how
many dimensions,hierchies, levels, members, and measures I will have.
I also will know the datatypes of the measures. Knowing all these
parameters, how do I calculate the number of bytes that my OLAP
database will use?



Reply With Quote
  #3  
Old   
Rico Cali
 
Posts: n/a

Default Re: How do you calculate the number of bytes for OLAP DB - 09-05-2004 , 10:04 AM



Dave,

Does your estimate include the aggregates?

Rico

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

Quote:
This is very difficult to do because of all of the compression which
Analysis Services uses.
What I typically do is to look at the source RDBMS without indexes -- then
Analysis Services data folder is then typically 1/4 to 1/6th of that size.
So, for example, if your source RDBMS is 400GB, then the data folder in
Analysis Services will probably be between 60GB and 100GB.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> wrote in message
news:675e1895.0409031141.64e7b1c5 (AT) posting (DOT) google.com...
I have all the information regarding my OLAP database. I know how
many dimensions,hierchies, levels, members, and measures I will have.
I also will know the datatypes of the measures. Knowing all these
parameters, how do I calculate the number of bytes that my OLAP
database will use?

Reply With Quote
  #4  
Old   
Jéjé
 
Posts: n/a

Default Re: How do you calculate the number of bytes for OLAP DB - 09-05-2004 , 02:05 PM



yes
this include aggregations
but my "compression" ration is between 50% and 80% depending of the type of
measures and the number of aggregations.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> a écrit dans le message de news:
675e1895.0409050704.3fe25a8b (AT) po...OT) google.com...
Quote:
Dave,

Does your estimate include the aggregates?

Rico

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message
news:<O7Z#5KhkEHA.1404 (AT) TK2MSFTNGP09 (DOT) phx.gbl>...
This is very difficult to do because of all of the compression which
Analysis Services uses.
What I typically do is to look at the source RDBMS without indexes --
then
Analysis Services data folder is then typically 1/4 to 1/6th of that
size.
So, for example, if your source RDBMS is 400GB, then the data folder in
Analysis Services will probably be between 60GB and 100GB.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> wrote in message
news:675e1895.0409031141.64e7b1c5 (AT) posting (DOT) google.com...
I have all the information regarding my OLAP database. I know how
many dimensions,hierchies, levels, members, and measures I will have.
I also will know the datatypes of the measures. Knowing all these
parameters, how do I calculate the number of bytes that my OLAP
database will use?



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

Default Re: How do you calculate the number of bytes for OLAP DB - 09-07-2004 , 12:45 PM



Yes, it does.
What you will find is that because of the 1/3 rule, large aggregations are
not created by Analysis Services. See the Analysis Services Performance
Guide
http://www.microsoft.com/technet/pro.../ansvcspg.mspx

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> wrote

Quote:
Dave,

Does your estimate include the aggregates?

Rico

"Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote

This is very difficult to do because of all of the compression which
Analysis Services uses.
What I typically do is to look at the source RDBMS without indexes --
then
Analysis Services data folder is then typically 1/4 to 1/6th of that
size.
So, for example, if your source RDBMS is 400GB, then the data folder in
Analysis Services will probably be between 60GB and 100GB.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"Rico Cali" <ricocali (AT) hotmail (DOT) com> wrote in message
news:675e1895.0409031141.64e7b1c5 (AT) posting (DOT) google.com...
I have all the information regarding my OLAP database. I know how
many dimensions,hierchies, levels, members, and measures I will have.
I also will know the datatypes of the measures. Knowing all these
parameters, how do I calculate the number of bytes that my OLAP
database will use?



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.