Re: analyzing postgresql performance for dbt-2 - Mailing list pgsql-performance

From markw@osdl.org
Subject Re: analyzing postgresql performance for dbt-2
Date
Msg-id 200310292226.h9TMQEC26620@mail.osdl.org
Whole thread Raw
In response to Re: analyzing postgresql performance for dbt-2  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-performance
I've done a better controlled series of tests where I restore the
database before each test and have grabbed sar and oprofile data:

http://developer.osdl.org/markw/dbt2-pgsql/176/
    - load of 100 warehouses
    - metric 1234.52

http://developer.osdl.org/markw/dbt2-pgsql/177/
    - load of 120 warehouses
    - metric 1259.43

http://developer.osdl.org/markw/dbt2-pgsql/178/
    - load of 140 warehouses
    - metric 1244.33

For the most part our primary metric, and the vmstat and sar output look
fairly close for each run.  Here are a couple of things that I've found
to be considerably different from run 176 to 178:

- oprofile says postgresql calls to SearchCatCache increased ~ 20%

- readprofile says there are 50% more calls in the linux kernel to
  do_signaction (in kernel/signal.c)

Would these two things offer any insight to what might be throttling the
throughput?

Thanks,
Mark



pgsql-performance by date:

Previous
From:
Date:
Subject: Re: PostgreSQL 7.4beta5 vs MySQL 4.0.16 with RT(DBIx::SearchBuilder)
Next
From: Tom Lane
Date:
Subject: Re: PostgreSQL 7.4beta5 vs MySQL 4.0.16 with RT(DBIx::SearchBuilder)