Hacker News new | ask | show | jobs
by wavemode 866 days ago
If the choice is between using a dedicated queue and postgres for your data vs. using postgres for both, using postgres for both makes perfect sense.

The scale at which you would outgrow using postgres for the queue, you would also outgrow using postgres for the data.

1 comments

At what point does one outgrow Postgres for the data?