Re: Is this a reasonable use for advisory locks?

Поиск
Список
Период
Сортировка
От Michael Lewis
Тема Re: Is this a reasonable use for advisory locks?
Дата
Msg-id CAHOFxGpXj7j5dYSudWz5f5cRaGSOY2sM=P9y-oSLNxUB-VJ+vA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Is this a reasonable use for advisory locks?  (Perryn Fowler <perryn@fresho.com>)
Список pgsql-general
How many of these processes do you expect to have running concurrently? How long does that API call take? Might it be better to update the customer (or in a separate table as suggested) as "catch up charge process started at" and then clear that or set completed time in another column to serialize? That way, no need to hold that db connection while doing external work via api.

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

Предыдущее
От: Philip Semanchuk
Дата:
Сообщение: Could Postgres warn about incorrect volatility class?
Следующее
От: JORGE MALDONADO
Дата:
Сообщение: Re: Backing up a DB excluding certain tables