|
|
|
|
|
by hansvm
1151 days ago
|
|
Depending on the team I'd still opt for using "anything else" rather than Postgres as a queue. The tendency to have long-lived connections combined with a flow of short-lived messages will yield a runaway queue (due to MVCC) at low enough message rates that even an early-stage startup might notice. |
|
Like everything, it depends on the application.