Re: ORDER BY ... LIMIT and JOIN - Mailing list pgsql-performance

From Michael Andreen
Subject Re: ORDER BY ... LIMIT and JOIN
Date
Msg-id 200908081909.48708.harv@ruin.nu
Whole thread Raw
In response to ORDER BY ... LIMIT and JOIN  (Fizu <Fizu@advancedsl.com.ar>)
Responses Re: ORDER BY ... LIMIT and JOIN  (Fizu <Fizu@advancedsl.com.ar>)
List pgsql-performance
On Saturday 08 August 2009 08:02:47 Fizu wrote:
>                ->  Index Scan using country_ranking_user_idx on "user"
>  (cost=0.00..6.49 rows=1 width=145) (actual time=0.023..57.633
> rows=57309 loops=1)
>                      Index Cond: (country_id = 1)

The planner is expecting one user with country_id = 1, but instead there are
57309. Have you analyzed recently? Maybe increasing the statistics target will
help.

/Michael

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #4919: CREATE USER command slows down system performance
Next
From: Alvaro Herrera
Date:
Subject: Re: [BUGS] BUG #4919: CREATE USER command slows down system performance