← Back to context

Comment by dventimi

3 years ago

I wonder if it would be possible to have more than just one PostgreSQL database.

It is, but it comes with a lot of the same costs as having a PostgreSQL database and a proper queue system.

  • No, you already know how to run and manager a postgres database.

    If have you large teams, for sure, pick a proper queue that someone in the team knows well.

    • > No, you already know how to run and manager a postgres database.

      Well, maybe. Postgres is large and has lots of features. NOTIFY/LISTEN is a distinct thing with its own quirks, and just because you've been running a postgres database up until now doesn't mean you're going to know about the admin side of these other features.