Warehouse data from production db or reporting db?
- From: "SolarCoder" <SolarCoder@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 20 Jun 2005 11:19:03 -0700
Hi all, hope I am in the right newsgroup!
I was looking for insight into a data warehouse design decision.
We are going to have multiple sql2000 production servers (Px) and multiple
sql2000 reporting servers (Rx) each paired at a remote location on their own
individual LAN. All pairs will be connected over a WAN to one central
sql2000(5?) (DW) data warehouse server. We will be using replication from the
production to the reporting server over the LAN. The transfer method from the
remote pairs to the DW is not yet decided.
My question is how to get the data from the production server to the central
data warehouse. Transfer directly from the production servers or transfer it
from the replication servers? Do either one of these designs have any
advantage over the other?
P1 -> R1 -> DW
P2 -> R2 -> DW
OR
P1 -> R1
P1 -> DW
P2 -> R2
P2 -> DW
I would think that for system stability you would want to pull the data from
the reporting servers as to lighten the load on the all important production
servers. However, since we will already be replicating the data from the
Production servers, would it be so little overhead to also replicate to the
DW at the same time if we chose replication for that step?
Any insights or references to similar discussions would be greatly
appreciated!
Thank you!
Solar C
.
- Follow-Ups:
- Re: Warehouse data from production db or reporting db?
- From: Peter Nolan
- Re: Warehouse data from production db or reporting db?
- Prev by Date: Bulk insert data with decimal point
- Next by Date: Re: msmdsrv.exe takes more than 95% cpu
- Previous by thread: Bulk insert data with decimal point
- Next by thread: Re: Warehouse data from production db or reporting db?
- Index(es):
Relevant Pages
|