Re: Improving compressibility of WAL files

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Improving compressibility of WAL files
Дата
Msg-id 49678715.9020602@archonet.com
обсуждение исходный текст
Ответ на Re: Improving compressibility of WAL files  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Improving compressibility of WAL files  (Aidan Van Dyk <aidan@highrise.ca>)
Список pgsql-hackers
Tom Lane wrote:
> "Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
>> Greg Smith <gsmith@gregsmith.com> wrote: 
>>> I thought at one point that the direction this was going toward was to 
>>> provide the size of the WAL file as a parameter you can use in the 
>>> archive_command:
>  
>> Hard to beat for performance.  I thought there was some technical
>> snag.
>  
> Yeah: the archiver process doesn't have that information available.

Am I being really dim here - why isn't the first record in the WAL file
a fixed-length record containing e.g. txid_start, time_start, txid_end,
time_end, length? Write it once when you start using the file and once
when it's finished.

--  Richard Huxton Archonet Ltd


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: foreign_data test fails with non-C locale
Следующее
От: Aidan Van Dyk
Дата:
Сообщение: Re: Improving compressibility of WAL files