2014-01-27 Aaron Huslage <[email protected]> > > These records need to be replicated back to a central office for reporting > purposes. >
These reports are so complex you have to have all the data on the central server? Can't you reduce the data on the local servers using a view, and just transfer the view result to the central server? If it's just for reports, maybe you can capture a (filtered) _changes stream into a file and transfer this?
