Re: force the use of a particular index

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: force the use of a particular index
Дата
Msg-id 1057947284.65544.129.camel@jester
обсуждение исходный текст
Ответ на Re: force the use of a particular index  (Scott Cain <cain@cshl.org>)
Ответы Re: force the use of a particular index  (Scott Cain <cain@cshl.org>)
Список pgsql-performance
> > set enable_hashjoin = false;
>
> BINGO!

I'm not so sure about that.  Your dataset seems to have changed fairly
significantly since the last test.

> ->  Index Scan using feature_pkey on feature f  (cost=0.00..134592.43 rows=47912 width=39) (actual time=0.46..502.50
rows=431loops=1) 

Notice it only pulled out 431 rows where prior runs pulled out several
thousand (~13000).  I think what really happened was something came
along and deleted a bunch of stuff, then vacuum ran.

Вложения

В списке pgsql-performance по дате отправления:

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: pre-Vacuum statistics
Следующее
От: Martin Foster
Дата:
Сообщение: Re: [NOVICE] Extreme high load averages