Queues in PostgreSQL | Citus Con: An Event for Postgres 2022

Queues in PostgreSQL | Citus Con: An Event for Postgres 2022

Microsoft Developer

2 года назад

7,543 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@onnorouast899
@onnorouast899 - 14.04.2023 17:35

great talk!

Ответить
@efosao
@efosao - 27.08.2022 19:33

Fantastic talk!! I think the idea of creating a Postgres plugin with native abstractions for high perf queues is a neat one.

Ответить
@efosao
@efosao - 27.08.2022 19:11

“pg-boss” on npm is a great package for enabling Postgres job-queue functionality in Node.

Ответить
@RafaelPonte
@RafaelPonte - 07.08.2022 18:48

Fantastic talk, thanks for it, Thomas! 👏🏻👏🏻

I'm a big fan of simple and pragmatic solutions, especially using relational databases, and SKIP LOCKED is one of the best features we can find in Postgres and many RDBMS! I love it!

Ответить
@berndeckenfels
@berndeckenfels - 07.05.2022 22:04

I think the circular scan option works in Oracle with a ROWID predicate.
Did you also look at prefetching (LIMIT 5 with multi stage states)
What about updating a fixed number of records aka slots?

Ответить