Search Postgresql Archives

Re: PostgreSQL, OLAP, and Large Clusters

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

 



Obviously OLAP performance depends to some extent on what you want to do with it.   My recommendation is to follow Scott's advice first (keep things simple as long as you can), and then look at supplemental approaches when you reach the limit there.

The big limit IMO is the lack of intraquery parallelism.  This has implications when trying to run OLAP queries on terabytes worth of data and so at some point you may reach the limits of what a single instance can do.  At that point you can go with a proprietary vendor like Greenplum or you can look at PostgresXC (which is open source).  Keep in mind that solving this issue has significant complexity costs and so you are usually better off with tuning your existing instance first.

Best Wishes,
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