[HACKERS] proposal: custom autovacuum entries

Поиск
Список
Период
Сортировка
От Jordan Deitch
Тема [HACKERS] proposal: custom autovacuum entries
Дата
Msg-id CAK1UM_Y=w9XJQPO_bA9zgH9yaGk0B6=s_vjUX3viJ_Mmsd+mBw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [HACKERS] proposal: custom autovacuum entries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi hackers,

I would like to remove records from a time series table older than a certain age. My understanding of current standard practice is to configure an external scheduler like cron to perform the deletion.
My proposal is to allow clients to register functions on the tail end of the autovacuum sequence. 
Alternatively I would suggest some mechanism for scheduling within PostgreSQL


Thanks,
Jordan Deitch

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [GENERAL] Postgres 10 manual breaks links with anchors
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] proposal: custom autovacuum entries