Re: max_wal_senders must die

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: max_wal_senders must die
Дата
Msg-id 4CBFAD13.10601@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: max_wal_senders must die  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Josh Berkus wrote:
> If we could agree on some workloads, I could run some benchmarks.  I'm
> not sure what those would be though, given that COPY and ALTER TABLE
> aren't generally included in most benchmarks.

You can usefully and easily benchmark this by timing a simple pgbench 
initialization at a decently large scale.  The COPY used to populate the 
giant accounts table takes advantage of the WAL bypass fast path if 
available, and you can watch performance tank the minute one of the 
options that disables it is turned on.

-- 
Greg Smith, 2ndQuadrant US greg@2ndQuadrant.com Baltimore, MD
PostgreSQL Training, Services and Support  www.2ndQuadrant.us




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Josh Kupershmidt
Дата:
Сообщение: psql autocompletion for \z and \dg
Следующее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Extensions, this time with a patch