Advanced Replication Guide : solidDB® data synchronization architecture : solidDB® advanced replication architecture components : Synchronous replication - messageless REFRESH
  
Synchronous replication - messageless REFRESH
Asynchronous data refreshes can consume large amounts of memory and inflict disk I/O overhead. To avoid this, you can use the synchronous, messageless advanced replication interface to replicate data from the master to the replica. The synchronous replication is started by issuing the command REFRESH. The refresh of data can be full or incremental, that is, you can update all data or only change data.
In the synchronous replication mode, the associated data is sent as a data stream, thus conserving memory. The synchronous replication mode also reduces the needed disk I/O bandwidth, because no messages are written to disk.
For more information about synchronous refresh and its use, see Using synchronous refresh.
See also
solidDB® advanced replication architecture components