Welcome to dbFreaks.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

3 Terabyte data warehouse system requirement

 
   Database Help (Home) -> OLAP RSS
Next:  help with previous and next buttons on gallery  
Author Message
user

External


Since: Feb 04, 2005
Posts: 2



(Msg. 1) Posted: Tue Feb 08, 2005 10:40 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: comp>databases>olap (more info?)

actually, MS has a case study where a 2.7 terabyte OLAP db used 12 CPUs and
16 GIG.
I guess you don't have the cahones to make a decision.

what a useless newsgroup.

d.

"Stephan Eggermont" wrote in message


  > > I expect a 3 terabyte warehouse would need no less than
  > > 8 processors
  > > 32 GIG ram
  > > SAN storage for data, logs, backups
  > >
  > > Note: Using SQL Server 2000, W2003 Server (data center?) Analysis
Services
  > > on the same box. Hits coming from ProClarity, Excel and Crystal.
  > >
  > > What do you think?
 >
 > I think you should make the calculations to size your
 > hardware. And I know you've not provided the information
 > that's needed to make those calculations.
 >
 > Stephan

 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Stephan Eggermont

External


Since: Sep 01, 2003
Posts: 5



(Msg. 2) Posted: Wed Feb 09, 2005 8:40 am
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

d wrote:
 > actually, MS has a case study where a 2.7 terabyte OLAP db used 12 CPUs and
 > 16 GIG.
 > I guess you don't have the cahones to make a decision.
 >
 > what a useless newsgroup.

No, a perfectly good one. If you don't know enough about building
datawarehouses to see that the MS case study is not relevant because
the number of dimensions is unrealistically low, you don't know
enough to size a datawarehouse.

Stephan

 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Stephan Eggermont

External


Since: Sep 01, 2003
Posts: 5



(Msg. 3) Posted: Wed Feb 09, 2005 8:40 am
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

d wrote:
 > I expect a 3 terabyte warehouse would need no less than
....
 > SAN storage for data, logs, backups

I would expect SANs to be exceptionally unsuited for
datawarehousing.

Stephan
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
bucknuggets

External


Since: Dec 16, 2004
Posts: 3



(Msg. 4) Posted: Tue Feb 15, 2005 12:18 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > What do you think?

hmmm, I think it depends on:
- data model
- database server features - parallelism, partitioning,
clustering, materialized views with query rewrite, etc
- query frequency
- query resource impact
- query performance goals
- data rolloff/archival requirements
- data load frequency, impact
- aggregation frequency, design

There are so many variables, that I almost always prefer to build a
series of prototypes, and target a very scalable solution: that way
you can initially go with cheaper hardware, and lower dbms cost, but
can increase incrementally as usuage increases.

Also, any time you combine the warehouse with the mart you're asking
for trouble. My preference is to keep them separate - the warehouse
becomes the simplest component in the architecture and it solves a ton
of problems. It also means that you can quickly recreate a mart with
new rules over a weekend, can support multiple marts on smaller servers
so that different departments have greater control over their
performance, can have smaller/simpler marts for crystal & excel, maybe
an all-summary mart for some other application, etc, etc.

buck
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
bucknuggets

External


Since: Dec 16, 2004
Posts: 3



(Msg. 5) Posted: Tue Feb 15, 2005 2:22 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nigel wrote:
 > As this app uses Analysis Services, most of these questions are not
 > applicable. I assume all the queries would be against MOLAP cubes
which,
 > in most cases, will respond very quickly.

hmm, I've never heard of a 3 tb molap cube, let alone it responding
very quickly.
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Nigel Pendse

External


Since: Jul 11, 2003
Posts: 26



(Msg. 6) Posted: Tue Feb 15, 2005 3:40 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

  >> What do you think?
 >
 > hmmm, I think it depends on:
 > - data model
 > - database server features - parallelism, partitioning,
 > clustering, materialized views with query rewrite, etc
 > - query frequency
 > - query resource impact
 > - query performance goals
 > - data rolloff/archival requirements
 > - data load frequency, impact
 > - aggregation frequency, design
 >
 > There are so many variables, that I almost always prefer to build a
 > series of prototypes, and target a very scalable solution: that way
 > you can initially go with cheaper hardware, and lower dbms cost, but
 > can increase incrementally as usuage increases.
 >
 > Also, any time you combine the warehouse with the mart you're asking
 > for trouble. My preference is to keep them separate - the warehouse
 > becomes the simplest component in the architecture and it solves a ton
 > of problems. It also means that you can quickly recreate a mart with
 > new rules over a weekend, can support multiple marts on smaller
 > servers so that different departments have greater control over their
 > performance, can have smaller/simpler marts for crystal & excel, maybe
 > an all-summary mart for some other application, etc, etc.

As this app uses Analysis Services, most of these questions are not
applicable. I assume all the queries would be against MOLAP cubes which,
in most cases, will respond very quickly.
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
bucknuggets

External


Since: Dec 16, 2004
Posts: 3



(Msg. 7) Posted: Tue Feb 15, 2005 4:31 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > Analysis Services stores data a lot more efficiently than relational
databases
do, even if you load all the row-level detail into the cube, which is
 > unlikely

But I think that's related to the questions that need to be asked: will
the queries be heavily-hitting the details? How much will the data
churn? 10 million rows / day? etc, etc.

At least before you spend several million in hardware. Again, a series
of prototypes would be invaluable to eliminating risks stemming from
these unknowns, or possibly-changing answers.

buck
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Nigel Pendse

External


Since: Jul 11, 2003
Posts: 26



(Msg. 8) Posted: Tue Feb 15, 2005 5:40 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

 > Nigel wrote:
  >> As this app uses Analysis Services, most of these questions are not
  >> applicable. I assume all the queries would be against MOLAP cubes
  >> which, in most cases, will respond very quickly.
 >
 > hmm, I've never heard of a 3 tb molap cube, let alone it responding
 > very quickly.

The data would get a lot more compact with MOLAP storage -- typically
one could expect between a four- and ten-fold contraction. Analysis
Services stores data a lot more efficiently than relational databases
do, even if you load all the row-level detail into the cube, which is
unlikely. You can always drill down to detail level when it's needed,
which probably isn't very often.

And I assume the data would be loaded into multiple smaller cubes and
partitions, rather than one humongous hypercube which would be very slow
to build/update.
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Nigel Pendse

External


Since: Jul 11, 2003
Posts: 26



(Msg. 9) Posted: Tue Feb 15, 2005 7:40 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

wrote in message

  >> Analysis Services stores data a lot more efficiently than relational
 > databases
 > do, even if you load all the row-level detail into the cube, which is
  >> unlikely
 >
 > But I think that's related to the questions that need to be asked:
 > will the queries be heavily-hitting the details? How much will the
 > data churn? 10 million rows / day? etc, etc.
 >
 > At least before you spend several million in hardware. Again, a
 > series of prototypes would be invaluable to eliminating risks
 > stemming from these unknowns, or possibly-changing answers.

Yes, I agree; it's just that you ask a different set of questions if
it's a MOLAP solution, and test different scenarios. You certainly don't
breeze into an app of this size with as little information as the OP
provided.
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Stephan Eggermont

External


Since: Sep 01, 2003
Posts: 5



(Msg. 10) Posted: Wed Feb 16, 2005 11:51 am
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Nigel Pendse wrote:

  > > hmm, I've never heard of a 3 tb molap cube, let alone it responding
  > > very quickly.
 >
 > The data would get a lot more compact with MOLAP storage -- typically
 > one could expect between a four- and ten-fold contraction.

The problem is that the contraction is very dependent on the dimensional
model. And a 300 GByte MOLAP cube still won't fit in ram on a current
machine.

Stephan
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Nigel Pendse

External


Since: Jul 11, 2003
Posts: 26



(Msg. 11) Posted: Wed Feb 16, 2005 12:51 pm
Post subject: Re: 3 Terabyte data warehouse system requirement [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Stephan Eggermont" wrote in message



   >>> hmm, I've never heard of a 3 tb molap cube, let alone it responding
   >>> very quickly.
  >>
  >> The data would get a lot more compact with MOLAP storage -- typically
  >> one could expect between a four- and ten-fold contraction.
 >
 > The problem is that the contraction is very dependent on the
 > dimensional model. And a 300 GByte MOLAP cube still won't fit in ram
 > on a current machine.

Most MOLAP cubes don't fit in RAM -- why should this be a problem with
Analysis Services? Only a few OLAP servers, like TM1 and Alea, require
OLAP cubes to fit into RAM. Analysis Services cubes can be far larger
than the available RAM.
 >> Stay informed about: 3 Terabyte data warehouse system requirement 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MicroStrategy Report grouping by two different dates - Hello: I need to do a MicroStrategy report like that: Year Items by DATE-1 Items by DATE-2 --- --------------- --------------- 2005 43 30 2004 124 96 2003 112 ...

Reducing Processing time of large catalog/cubes over the n.. - I have a catalog that we are do a full process on which consists of 7 cubes with about 75 millions rows of data(total). This catalog takes about 6 hours when processed locally. Recently we moved our datamart to another site(than the analysis server),..

Documeting Cognos Reportnet solution - Have been trying to find some best practices for documenting a reportnet based solution. We have recently upgraded to Cognos Reportnet and intend to rationalise and move over several reports which are running on impromptu to Reportnet. The problem I am....

MDX - Returning a fixed value - Hi , I need to create an MDX query that will return the value 0, is it possible to do this without the use of measures/dimensions etc? As an example what I want to recreate is the SQL below using MDX: select sum(sales), 0, 0 ,0 ,0 from SalesTable My....

Average function and MSSQL Analysis services - Hi All This should be pretty simple I think, but I can't make it work: Using MSSql 2000 with Analysis Services I have created a cube. In this cube I want to have a measure or calculated member that gives me the average instead of the sum. My data..
   Database Help (Home) -> OLAP All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]