From: | Jeff Ross <jross(at)openvistas(dot)net> |
---|---|
To: | pgsql-general(at)lists(dot)postgresql(dot)org |
Subject: | Re: PostgreSQL on S3-backed Block Storage with Near-Local Performance |
Date: | 2025-07-24 22:03:34 |
Message-ID: | 60027457-1b85-4a69-a67e-ee87f7cabd61@openvistas.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 7/24/25 13:50, Pierre Barre wrote:
> It’s not “safe” or “unsafe”, there’s mountains of valid workloads which don’t require synchronous_commit. Synchronous_commit don’t make your system automatically safe either, and if that’s a requirement, there’s many workarounds, as you suggested, it certainly doesn’t make the setup useless.
>
> Best,
> Pierre
>
> On Thu, Jul 24, 2025, at 21:44, Nico Williams wrote:
>> On Fri, Jul 18, 2025 at 12:57:39PM +0200, Pierre Barre wrote:
>>> - Postgres configured accordingly memory-wise as well as with
>>> synchronous_commit = off, wal_init_zero = off and wal_recycle = off.
>> Bingo. That's why it's fast (synchronous_commit = off). It's also why
>> it's not safe _unless_ you have a local, fast, persistent ZIL device
>> (which I assume you don't).
>>
>> Nico
>> --
This then begs the obvious question of how fast is this with
synchronous_commit = on?
From | Date | Subject | |
---|---|---|---|
Next Message | Marco Torres | 2025-07-24 22:21:39 | Re: PostgreSQL on S3-backed Block Storage with Near-Local Performance |
Previous Message | Pierre Barre | 2025-07-24 19:50:58 | Re: PostgreSQL on S3-backed Block Storage with Near-Local Performance |