Large volume report operations, how best to replicate transactional data
We are overhauling a legacy accounting app that has some large reports. One concern that has been raised is due to the transactional nature of the data, if we start a long running report how do we ensure the data is not modified before we get around to processing it?
Is there a term for data being written not being immediately available to be read?
Here is a problem I’ve repeatedly observed over the years:
Is there a term for data being written not being immediately available to be read?
Here is a problem I’ve repeatedly observed over the years:
Using ESB for database synchronisation / replication
We’re starting to look at implementing an ESB / Microservices architecture. I (think) I know about the concepts, but there’s one thing I don’t seem to be able to get a good idea about: data replication / synchronisation.