I use CouchDB 1.6.1 on two separate servers (server A and server B).
For consistency sake I have been configuring all replications on server A. We have many databases. Each database has a 'push to B' and a 'pull from B' rep.
However, I now want to subdivide a database on server B. i.e.
dbOnA => dbOnB
dbOnB => subDbOnB1 (with repFilterB1)
dbOnB => subDbOnB2 (with repFilgerB2)
dbOnB => subDbOnB3 (with repFilgerB3)
etc.
Is there anything wrong with configuring these reps on server A?
Compared to configuring these same reps on server B, where the 'local' database is, am I making any tradeoffs wrt performance? efficiency? etc.