Are there any plans to improve the calculator and separate the number of servers from the number of database copies?
For example, I have a 14 node DAG which comprises of 2 LAG servers and 12 HA Servers. I only require, however, 3 HA copies of each database. I therefore have databases as follows:
HA Svr 01 : DB01, DB02 and DB03
HA Svr 02 : DB01, DB02 and DB03
HA Svr 03 : DB01, DB02 and DB03
HA Svr 04 : DB04, DB05 and DB06
HA Svr 05 : DB04, DB05 and DB06
HA Svr 06 : DB04, DB05 and DB06
HA Svr 07 : DB07, DB08 and DB09
HA Svr 08 : DB07, DB08 and DB09
HA Svr 09 : DB07, DB08 and DB09
HA Svr 10 : DB10, DB12 and DB12
HA Svr 11 : DB10, DB12 and DB12
HA Svr 12 : DB10, DB12 and DB12
LAG Svr 1 : DBs 01-06
LAG Svr 2 : DBs 07-12
The reason being is that I can utilise the extra capacity of the 2 LAG servers in terms of spare CPU etc since they will never host active users. (This is only an example but demonstrates my point)
I can't seem to model this in the calculator as the number of HA servers is equal to the number of DB copies in the tool. It doesn't seem quite right to model as 3 separate DAGs as this doesn't leverage effective use of the LAG servers as doing so would create multiple LAG servers (i.e. in this example I would end up with 6 LAG servers - 2 per DAG).
I hope this makes sense and you can see what I am trying to achieve - i.e. isolate DB copies from HA servers