Re: seq scan over 3.3 million rows instead of single keyindex access

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: seq scan over 3.3 million rows instead of single keyindex access
Дата
Msg-id ggbhs5$b6f$1@news.hub.org
обсуждение исходный текст
Ответ на Re: seq scan over 3.3 million rows instead of single key index access  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список pgsql-performance
> An index-scan makes only sense if rid contains considerable more than
> 3000000 rows.

I'm sorry, I meant using index to get the row.

Andrus.


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

Предыдущее
От: "A. Kretschmer"
Дата:
Сообщение: Re: seq scan over 3.3 million rows instead of single key index access
Следующее
От: "Andrus"
Дата:
Сообщение: Re: Hash join on int takes 8..114 seconds