for oracle’s DR (disaster recovery)
I heard that secondary cluster loads primary cluster’s PB-sized data from disk during initial setup.
and then build an ADG(ActiveDataGuard).
The data that is updated later is replicated over the network.
for memsql’s DR
Before COMMAND below REPLICATE DATABASE db_name FROM root:root_password@primary-MA:3306;
I tried to load PB-sized data using either ‘NFS PIPELINE’ or ‘LOAD DATA IN FILE’ but it was not the right method.
Is there any other suggestion or way to load the initial massive amount of data from disk rather than from the network?
Is there any other suggestion or way to load the initial copy from disk rather than from the network?