Search Postgresql Archives

Re: PostgreSQL, OLAP, and Large Clusters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 





On Thu, Sep 27, 2012 at 11:34 AM, Ryan Kelly <rpkelly22@xxxxxxxxx> wrote:


> At this time I would try:
> - Postgres-XC
From what I understand, more of a write-scaleable-oriented solution. We
mostly will need read scalability. I also don't think it really handles
redundancy.

From my understanding it gets around the key read scalability issue in PostgreSQL, which is a lack of intraquery parallelism.  Since components of a query can run on different storage nodes concurrently, this helps a great deal.  It doesn't do the things a column store would help with but it is still a major step forward.

As for redundancy, Postgres-XC handles redundancy on the coordinator side, but on the storage node side, I believe you could use streaming replication and other standard PostgreSQL approaches to redundancy there. 

Hope this helps,
Chris Travers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux