Is it
possible for NPM to throw data that it collects to 2 databases? (see diagram)
It acts as
some sort of “replication” of data since 2 databases have a copy of the
information. How does solarwinds do this? Is it ACTIVE-PASSIVE meaning
one connection to the DB acts as the primary and when it goes down the secondary
connection to the db takes over or ACTIVE-ACTIVE? Meaning it throws the
data/information simultaneously to the two DB’s?
What were
trying to achieve here is HA between the databases and the storage. What is
your recommendation on these kinds of set up?
Thank you
very much for your help!=)