You could consider another option: To have a robust script (daemon?) in
each web server that periodically pushes metrics data into the master. I
think this gives you better control over your data. If you lose connection
or something goes wrong your web servers will be able to tell what DIDN'T
m
Greetings!
I have several (~12) web servers which all record web metrics to their own
local mysql database. I would like to consolidate data from each web server
database to one master DB to within the hour. I wish to avoid running
multiple instances of mysql on the "master" server, so repli