Re: increasing the default WAL segment size

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: increasing the default WAL segment size
Дата
Msg-id c66c1b54-0c5a-07e6-3ea6-9bd2e0abd1c5@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: increasing the default WAL segment size  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: increasing the default WAL segment size  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On 3/24/17 08:18, Stephen Frost wrote:
> Peter,
> 
> * Peter Eisentraut (peter.eisentraut@2ndquadrant.com) wrote:
>> There is a function for that.
> [...]
>> There is not a function for that, but there could be one.
> 
> I'm not sure you've really considered what you're suggesting here.

Create a set-returning function that returns all the to-be-expected file
names between two LSNs.

> Beyond that, this also bakes in an assumption that we would then require
> access to a database

That is a good point, but then any change to the naming whatsoever will
create trouble.  Then we might as well choose which specific trouble.

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



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: increasing the default WAL segment size
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Monitoring roles patch