Analyze makes queries slow... - Mailing list pgsql-sql

From Stef
Subject Analyze makes queries slow...
Date
Msg-id 20030806171855.6c9ebf4d.svb@ucs.co.za
Whole thread Raw
Responses Re: Analyze makes queries slow...  (Jonathan Gardner <jgardner@jonathangardner.net>)
List pgsql-sql
Hi all,

I have a problem :

A select statement that selects from 7 tables,
groups the information by 6 columns of the
tables involved.

When there are no rows in pg_statistics,
the query runs under 3 minutes.

When I analyze the biggest table of the 7
(approx 1000000 rows), the query takes longer than
12 Hours (Had to kill it eventually).

I have the explain plan of the original, under 3 minutes
query, and would like to reverse engineer this, to
build up a query with proper join statements, as I understand
that this is a way of forcing the planner to join the table
in a faster way.

I got very close a couple of times, but still can't get it 100%
the same as what the planner did prior to analyzing.

The database is actually faster when analyzed, except
for two or three multiple join queries (which don't finish
after analyze) So I would like to make an exception
for the tables that are used in these queries only,
or do proper joins.

Can anybody help, or give some links to good 
help resources?

TIA
Stefan


pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Using rowtype as function argument
Next
From: "Wilson A. Galafassi Jr."
Date:
Subject: Postgresql slow on XEON 2.4ghz/1gb ram