We currently use Postgres 9 on Amazon EC2 and are very pleased with the performance. Now we are looking at adding ~ 2TB of data to Postgres, which is more than a small copy of EC2 can contain.
I found S3QL and am considering using it in conjunction with moving the Postgres data directory to the S3 repository. Has anyone had experience with this? I'm mostly interested in performance (frequent reads, less frequent writes). Any advice is appreciated, thanks.
source share