Re: Decreasing WAL size effects

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: Decreasing WAL size effects
Дата
Msg-id 9ADBF659-BEA8-414D-8225-2AA21AC4A455@hagander.net
обсуждение исходный текст
Ответ на Re: Decreasing WAL size effects  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-general
On 31 okt 2008, at 02.18, Greg Smith <gsmith@gregsmith.com> wrote:

> On Thu, 30 Oct 2008, Tom Lane wrote:
>
>> The real reason not to put that functionality into core (or even
>> contrib) is that it's a stopgap kluge.  What the people who want this
>> functionality *really* want is continuous (streaming) log-shipping,
>> not
>> WAL-segment-at-a-time shipping.
>
> Sure, and that's why I didn't care when this got kicked out of the
> March CommitFest; was hoping a better one would show up.  But if 8.4
> isn't going out the door with the feature people really want, it
> would be nice to at least make the stopgap kludge more easily
> available.
>

+1.

It's not like we haven't had kludges in contrib before. We just need
to be careful to label it as temporary and say it will go away. As
long as it can be safe, that is. To me it sounds like passing the size
as a param and ship a tool in contrib that makes use of it would be a
reasonable compromise, but I'm not deeply familiar with the code so I
could be wrong.

/Magnus


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

Предыдущее
От: Christian Schröder
Дата:
Сообщение: Re: Storage location of temporary files
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Are there plans to add data compression feature to postgresql?