I am working on a setup similar to the one in the attached picture. I have 2 Cloudera Impala databases, on either side of a DMZ zone.
Every month, around 20000 records are written into the non-DMZ Impala and this incremental load needs to be ported to the DMZ-Impala. This needs to take place at a particular day every month at a set time. It is important that this data transfer takes as little time as possible (a few seconds or lesser).
How long will it take to push the data between the two Impala DBs? If it will take too long, what would be a better alternative?