View Full Version : distributed monitoring: node data flow
a node sends his trends, history and events to his master. will the data be in both the database of the node and in that one of the master, redundantly?
a node sends his trends, history and events to his master. will the data be in both the database of the node and in that one of the master, redundantly?
The data will be stored in both databases and available to both frontends (master and child nodes) even if there are no communications between those.
using nodes doesn't provide any load balancing because the master server has to process the data, too, does it?