Re: Catching up with performance & PostgreSQL 15

From: Josh Berkus <josh(at)berkus(dot)org>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Catching up with performance & PostgreSQL 15
Date: 2022-11-29 06:09:57
Message-ID: 154ee5d9-11d6-005c-9aab-e795493ad837@berkus.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 11/28/22 19:34, Justin Pryzby wrote:
> In addition to setting work_mem, you can also (since v13) set
> hash_mem_multiplier.

Is there any guidance on setting this? Or is it still "use the default
unless you can play around with it"?

> default_toast_compression = lz4 # v14
> recovery_init_sync_method = syncfs # v14
> check_client_connection_interval = ... # v14
> wal_compression = {lz4,zstd} # v15

If anyone has links to blogs or other things that discuss the
performance implications of the above settings that would be wonderful!

--
Josh Berkus

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Alvaro Herrera 2022-11-29 08:31:51 Re: Catching up with performance & PostgreSQL 15
Previous Message Mladen Gogala 2022-11-29 03:39:47 Re: Catching up with performance & PostgreSQL 15