Re: Cluster synchronize
- From: "tmeshorer" <tmeshorer@xxxxxxxxxxxxx>
- Date: 30 Dec 2005 01:42:00 -0800
mukesh.thiru@xxxxxxxxx wrote:
> I have an architecture which has 4 DB servers on the whole; two will
> participate in load balancing and other two in fail over clustering.
>
> My question is how will the two DB servers that is used for load
> balancing synchronize?
If you are using SQL server 2005, you might want to consider using read
only shared databases for your reporting . Using a shared file system,
all the nodes can see the same database files which are read only, and
mount the database as read only. You could run reporting quaries
against up to 16 nodes archiving close to 16X speedup.
If your update cycle and reporting cycle do not overlap, switching
between the read write to read only (and back) takes about 20 seconds.
Note that no replication is needed and no storage space is wasted.
Tomer Meshorer
Database Engineer
Polyserve Inc (http://www.polyserve.com)
Email:tmeshorer@xxxxxxxxxxxxx
.
- Follow-Ups:
- Re: Cluster synchronize
- From: Michael Hotek
- Re: Cluster synchronize
- References:
- Cluster synchronize
- From: mukesh.thiru@xxxxxxxxx
- Cluster synchronize
- Prev by Date: Re: SQL 2000 cluster help - Urgent
- Next by Date: Re: Non Clustered Index
- Previous by thread: Re: Cluster synchronize
- Next by thread: Re: Cluster synchronize
- Index(es):
Relevant Pages
|
Loading