|
|
|
|
|
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. |
|