![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
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? |
#3
| |||
| |||
|
|
"d" == d <d@d.com> writes: |
#4
| |||
| |||
|
|
d <d@d.com> wrote: 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 |
#5
| |||
| |||
|
|
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. |
#6
| |||
| |||
|
|
I expect a 3 terabyte warehouse would need no less than .... SAN storage for data, logs, backups |
#7
| |||
| |||
|
|
What do you think? |
#8
| |||
| |||
|
|
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. |
#9
| |||
| |||
|
|
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. |
#10
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |