Re: multithreaded zstd backup compression for client and server

From: Andres Freund <andres(at)anarazel(dot)de>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Dipesh Pandit <dipesh(dot)pandit(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: multithreaded zstd backup compression for client and server
Date: 2022-03-23 23:36:53
Message-ID: 20220323233653.krwd332nimwzhrul@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2022-03-23 18:07:01 -0500, Justin Pryzby wrote:
> Did you try this on windows at all ?

Really should get zstd installed in the windows cf environment...

> It's probably no surprise that zstd implements threading differently there.

Worth noting that we have a few of our own threads running on windows already
- so we're guaranteed to build against the threaded standard libraries etc
already.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2022-03-23 23:52:06 Re: [PATCH] Accept IP addresses in server certificate SANs
Previous Message Andres Freund 2022-03-23 23:31:44 Re: multithreaded zstd backup compression for client and server