Re: About dropped notifications

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: About dropped notifications
Дата
Msg-id 87ll2j4ls1.fsf@stark.xeocode.com
обсуждение исходный текст
Ответ на About dropped notifications  (CSN <cool_screen_name90001@yahoo.com>)
Список pgsql-general
CSN <cool_screen_name90001@yahoo.com> writes:

> I'm considering setting up a script that listens for
> notifications for a table and if a row is deleted the
> script will delete that row's corresponding files.

One way to deal with this would be to have a boolean flag in the table like
"deleted". Update that flag to true, and have a partial index "where deleted".

Then your daemon can quickly query "select file_name where deleted", process
the files and actually complete the deletion. All your other queries need to
test "where not deleted" or go through a view with a clause like that.

--
greg

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

Предыдущее
От: Clodoaldo Pinto
Дата:
Сообщение: Re: update functions locking tables
Следующее
От: Devrim GUNDUZ
Дата:
Сообщение: 8.1beta1 RPMs