|
|
|
|
|
by nijave
609 days ago
|
|
SQS/SNS/S3 are so simple, reliable, and cheap they're pretty much a no brainer. While you can probably run those workloads in Postgres, it isn't designed for those use cases and you'll eventually run into nasty limitations like managing vacuums with high churn tables and slow/complicated backups with big binary blobs. If you have a good understanding of load up front, however, those are probably non-issues. |
|