Re: using a postgres table as a multi-writer multi-updater queue
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: using a postgres table as a multi-writer multi-updater queue |
| Дата | |
| Msg-id | 56536102.8040206@hogranch.com обсуждение исходный текст |
| Ответ на | using a postgres table as a multi-writer multi-updater queue (Chris Withers <chris@simplistix.co.uk>) |
| Ответы |
Re: using a postgres table as a multi-writer multi-updater queue
|
| Список | pgsql-general |
On 11/23/2015 2:41 AM, Chris Withers wrote: > > If it's totally wrong, how should I be looking to approach the problem? depending on where these queue entries are coming from, I'd considering using a message queueing system like AMS, MQseries, etc, rather than trying to use a relational database table as a queue. your external data source(s) would write messages to this queue, and you'd have 'subscriber' processes that listen to the queue and process the messages, inserting persistent data into the database as needed. -- john r pierce, recycling bits in santa cruz
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера