Re: Performance Benchmarking for data-warehousing instance?

From: Wattana Hinchaisri <hanattaw(at)gmail(dot)com>
To: Huy Nguyen <huy(at)viki(dot)com>
Cc: Peter Geoghegan <peter(dot)geoghegan86(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance Benchmarking for data-warehousing instance?
Date: 2014-02-08 08:24:59
Message-ID: CACCUSQ=uSie2GTyOYJD4Aiid9dLNxHK0t+cxg3dp+=wWafdj9w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I used PostgreSQL 8.4 for Pentaho OLAP (mondrian) for a while. It's work
like i want. But all i've done are the combination of Application level,
Database level and Hardware level.

Our application is CRM, Then we did ETL to new PostgreSQL server, and do
OLAP there. The application and OLAP DBMS is totally difference
configuration. In Hardware level with hardware optimization and
postgresql.conf configuration. We can run OLAP query for our need.

I think you have to know your database behavior and what OLAP you need to
query. Then you will know how to configure your OLAP and postgresql.conf
and Hardware you need.

Benchmark tool is only a test. But you have to know all about pg_log and
performance monitoring.

Wattana

2014-02-08 13:41 GMT+07:00 Huy Nguyen <huy(at)viki(dot)com>:

> Do you happen to have a link to it? Though I think different machine specs
> should yield different optimal postgresql.conf.
>
> I'm looking for a hand-crafted set of data + queries tailored for OLAP so
> that I can try to manually tweak one config at a time and run against the
> benchmark.
>
> I might considering creating one if no one has done it before.
>
>
> On Sat, Feb 8, 2014 at 12:12 PM, Peter Geoghegan <
> peter(dot)geoghegan86(at)gmail(dot)com> wrote:
>
>> On Fri, Feb 7, 2014 at 7:36 PM, Huy Nguyen <huy(at)viki(dot)com> wrote:
>> > I think pgtune is optimized more for OLTP application. Is there
>> something
>> > similar to pgtune/pgbench for OLAP?
>>
>> IIRC pgtune can be told to give out an OLAP-optimized postgresql.conf.
>> Maybe that's only recent versions?
>>
>> --
>> Regards,
>> Peter Geoghegan
>>
>
>

--
Life has no boundaries...

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Tomas Vondra 2014-02-09 15:42:37 Re: Performance Benchmarking for data-warehousing instance?
Previous Message Huy Nguyen 2014-02-08 06:41:22 Re: Performance Benchmarking for data-warehousing instance?