Re: Slow query - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Slow query
Date
Msg-id 200303241054.49325.josh@agliodbs.com
Whole thread Raw
In response to Slow query  (Oleg Lebedev <oleg.lebedev@waterford.org>)
List pgsql-performance
Oleg,

> Please help me speed up the following query. It used to run in 2-5 sec.,
> but now it takes 2-3 mins!
> I ran VACUUM FULL ANALYZE and REINDEX.
> SELECT * FROM media m
> WHERE m.mediatype = (SELECT objectid FROM mediatype WHERE

This is a repost, isn't it?

--
Josh Berkus
Aglio Database Solutions
San Francisco


pgsql-performance by date:

Previous
From: Oleg Lebedev
Date:
Subject: Slow query
Next
From: Oleg Lebedev
Date:
Subject: Re: Slow query