Re: Make relfile tombstone files conditional on WAL level

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Make relfile tombstone files conditional on WAL level
Дата
Msg-id a8393e32-f378-97a5-a3a7-d07d6077757e@iki.fi
обсуждение исходный текст
Ответы Re: Make relfile tombstone files conditional on WAL level  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On 05/03/2021 00:02, Thomas Munro wrote:
> Hi,
> 
> I'm starting a new thread for this patch that originated as a
> side-discussion in [1], to give it its own CF entry in the next cycle.
> This is a WIP with an open question to research: what could actually
> break if we did this?

I don't see a problem.

It would indeed be nice to have some other mechanism to prevent the 
issue with wal_level=minimal, the tombstone files feel hacky and 
complicated. Maybe a new shared memory hash table to track the 
relfilenodes of dropped tables.

- Heikki



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: when the startup process doesn't
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: PostmasterIsAlive() in recovery (non-USE_POST_MASTER_DEATH_SIGNAL builds)