Re: ORDER BY ... LIMIT and JOIN

Поиск
Список
Период
Сортировка
От Michael Andreen
Тема Re: ORDER BY ... LIMIT and JOIN
Дата
Msg-id 200908081909.48708.harv@ruin.nu
обсуждение исходный текст
Ответ на ORDER BY ... LIMIT and JOIN  (Fizu <Fizu@advancedsl.com.ar>)
Ответы Re: ORDER BY ... LIMIT and JOIN  (Fizu <Fizu@advancedsl.com.ar>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #4919: CREATE USER command slows down system performance
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [BUGS] BUG #4919: CREATE USER command slows down system performance