I have some maintenance which generate a lot of IO (i.e. compress big tables, apply partition on a big table, reindex on very big tables etc.),
My DBs are synchronize to the DR site over a network line with low bandwidth.
I have to keep both sites synchronized all the time.
How can I do such maintenance if while doing the above activities it generates a lot of IO which can not be handled by the network?