Re: 7.3.1 New install, large queries are slow - Mailing list pgsql-performance

From Stephan Szabo
Subject Re: 7.3.1 New install, large queries are slow
Date
Msg-id 20030115113159.F91182-100000@megazone23.bigpanda.com
Whole thread Raw
In response to 7.3.1 New install, large queries are slow  ("Roman Fail" <rfail@posportal.com>)
List pgsql-performance
On Wed, 15 Jan 2003, Roman Fail wrote:

> The disks are not reading at max speed during the query - when I ran a
> VACUUM ANALYZE (after data migration), sar -b was consistently 100,000
> block reads/sec.  It does not seem like the hardware is holding back
> things here.  I read something about 'fsync' recently, would changing
> that setting apply in this case?

You ran vacuum analyze, but some of the explain still looks suspiciously
like it's using default statistics (dr and cr for example, unless they
really do have 1000 rows).

What are the actual query and table definitions for the query?


pgsql-performance by date:

Previous
From: Josh Berkus
Date:
Subject: Re: 7.3.1 New install, large queries are slow
Next
From: Rod Taylor
Date:
Subject: Re: 7.3.1 New install, large queries are slow