Re: ZFS on high-latency devices

From: Ben RUBSON <ben.rubson_at_gmx.com>
Date: Fri, 20 Aug 2021 08:18:49 UTC
> On 19 Aug 2021, at 11:37, Peter Jeremy <peter@rulingia.com> wrote:
> 
> (...) or a way to improve throughput doing "zfs recv" to a pool with a high RTT.

You should use zfs send/receive through mbuffer, which will allow to sustain better throughput over high latency links.
Feel free to play with its buffer size parameters to find the better settings, depending on your link characteristics.

Ben