...
Info |
---|
User's Guide for DRX 1.2 or later. |
1.1. DRX
Data Replication Xcelerator (DRX) is a replication acceleration solution that maximizes replication performance in long-distance(DR) replication with DRBD.
The replication provided by DRBD operates synchronously or asynchronously depending on the configuration environment and purpose. A synchronization method is commonly used in local HA mirror configurations to ensure full target coherency when source node failures occur, but it impacts local I/O performance due to the nature of synchronous implementation. The asynchronous method is suitable for long-distance replication. Although the RPO is somewhat lower than the synchronous method, the replication performance and the local I/O response latency are good, so most long-distance replication is assumed to operate asynchronously. However, even if asynchronous replication does not impact local operations in architectures, the following environmental problems that compromise replication performance in WAN environments will inevitably lead to performance degradation in replication throughput.
...
The need
In real-world WAN environments, real-time replication data transfer is hindered by the following issues
The transmission bandwidth across the WAN is very low compared to the local I/O replication
...
band,
...
which reduces data throughput
...
and causes replication
...
delays.
- Replication
...
- transport protocols (TCP/IP)
...
- are typically subject to transmission delays and packet losses
...
- across the WAN
...
- , causing delays in data retransmission.
- If
...
- WAN asynchronous replication is
...
DRX is a kind of proxy that directly integrates with DRBD to accommodate DRBD replicated data as a buffer in DRX, and provides optimized transmission for data transmission over the WAN interval through buffering and compression.
...
- operated without resolving these issues, severe replication delays are unavoidable, and it becomes impossible to maintain the replication state if replication delays and out-of-sync conditions are repeated.
DRX performs the function of buffering the replication I/O load by implementing a sufficient level of data buffering to perform replication in a low transmission band, thereby buffering replicated I/O load, realizing data de-duplication through data compression, and transmitting data to be processed by the TCP protocol Minimizes costs and shortens the physical replication transfer time over the WAN. Compression can have compression delays depending on the compress level, but it can offset the cost of these delays because you can get a significant reduction in physical data transfer time, and you get maximum compression performance when using dedicated compression boardslow transmission bands. It also implements real-time data deduplication through data compression to minimize the data transmission cost that the TCP protocol needs to handle and shorten the physical replication transmission time along the WAN section. This is a traditional WAN optimization approach, and DRX implements multi-channel simultaneous replication acceleration with high-level compression.DRX provides high-performance, real-time data encryption (AES 128-bit) at the same time with this compression, providing an effective solution to problems such as data leaks that can occur when important data of a company goes through the WAN transmission intervalin addition, it implements compressed, encrypted (AES 128 bit) real-time transmission in multichannel to achieve optimal multichannel replication acceleration.
Replication uses DRX buffering to accomplish this, rather than performing buffering directly as data is transferred. Because performing large amounts of buffering at the kernel layer can have a systemic impact, it makes sense to offload buffering to a separate proxy(DRX).
The following figure shows how the interworking between DRX and DRBD work togetherreplication.
Drawio | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.2. Network configuration
...
Network Configuration
By default, DRX is deployed in a two-proxy structure: a local DRX and a remote DRX.
...
It implements the functions of buffering, compression, and encryption
...
within the
...
2-proxy section, so it functions transparently to the replication environment. This transparency provides flexibility in
...
interfacing with the replication environment
...
, providing excellent scalability that can be configured in various ways as shown in the following figure.
- Local configuration
...
- : Install and operate both replication and DRX
...
- in your production environment.
- Dedicated
...
- : Operate with multi-channel
...
- replication via a separate DRX-dedicated machine.
...
- Mixed configuration
...
- :
...
- Operate a mix
...
- of local
...
- and
...
- dedicated
...
- .
Drawio | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...