cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
300
Views
0
Helpful
1
Replies

Best practice question with 1 Pub, 2 Subs

Is it best to have each Sub fail-back to the other Sub, or to the Pub? I know under normal workload, the Pub should not have anything home to it, but in a fail-over situation, is it better to double the load on a subscriber, or put a load on the publisher? Any thoughts...

1 Reply 1

Tommer Catlin
VIP Alumni
VIP Alumni

it all depends on the load of your server.

SubA would fail to SubB (if SubB has enough horsepower to handle the device load)

Typically, you would want to spec out your servers accordingly.

So if SubA had 50 percent devices loaded on it, and SubB had 50 percent devices loaded on it, SubA and SubB can fail to each other.

If Sub B had 80 percent devices loaded to it, and Sub A had 80 percent, and one failed, you would see a huge CPU and memory spike, possibly bringing down the backup server.

In that case, you would want to utilize your publisher and break divide up the devices for proper failover, or simply add another subscriber to the cluster and divide the devices again.