Re: Need help in performance tuning. - Mailing list pgsql-performance

From Bruce Momjian
Subject Re: Need help in performance tuning.
Date
Msg-id 201007121604.o6CG4Ma02683@momjian.us
Whole thread Raw
In response to Re: Need help in performance tuning.  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-performance
Craig Ringer wrote:
> It'll need to separate "running queries" from "running processes", or
> start threading backends, so that one way or the other a single query
> can benefit from the capabilities of multiple CPUs. The same separation,
> or a move to async I/O, might be needed to get one query to concurrently
> read multiple partitions of a table, or otherwise get maximum benefit
> from high-capacity I/O subsystems when running just a few big, expensive
> queries.
>
> Otherwise I'm wondering if PostgreSQL will begin really suffering in
> performance on workloads where queries are big and expensive but there
> are relatively few of them running at a time.

Agreed.  We certainly are going to have to go in that direction someday.
We have TODO items for these.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + None of us is going to be here forever. +

pgsql-performance by date:

Previous
From: Greg Smith
Date:
Subject: Re: performance on new linux box
Next
From: phb07
Date:
Subject: Re: Slow query with planner row strange estimation