On 5/4/2017 2:08 PM, Sven R. Kunze
wrote:
No. You can certainly use PostgreSQL to store blobs. But then, you need to store the PostgreSQL data **someplace**.
afaik, S3 is not suitable for the $PGDATA directory, its more of an archival block file store for sequential access. for the actual database storage in the AWS world, you'd either use EC2 local storage, or EBS, and I've heard from more than a few people that EBS can be something of a sand trap. re: storing blobs in postgres, I would be very hesitant to
storage LARGE amounts of bulk data directly in postgres -- john r pierce, recycling bits in santa cruz |