Re: WAL logging problem in 9.4.3?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: WAL logging problem in 9.4.3?
Дата
Msg-id 20151021145344.GW3391@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: WAL logging problem in 9.4.3?  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: WAL logging problem in 9.4.3?  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
Heikki Linnakangas wrote:

> Thanks. For comparison, I wrote a patch to implement what I had in mind.
> 
> When a WAL-skipping COPY begins, we add an entry for that relation in a
> "pending-fsyncs" hash table. Whenever we perform any action on a heap that
> would normally be WAL-logged, we check if the relation is in the hash table,
> and skip WAL-logging if so.

I think this wasn't applied, was it?

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Wesley Massuda
Дата:
Сообщение: Suporting multiple recursive table reads
Следующее
От: Robbie Harwood
Дата:
Сообщение: Re: [PATCH v3] GSSAPI encryption support