Re: Help with a seq scan on multi-million row table

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: Help with a seq scan on multi-million row table
Дата
Msg-id 44631313.1020100@logix-tt.com
обсуждение исходный текст
Ответ на Re: Help with a seq scan on multi-million row table  (<ogjunk-pgjedan@yahoo.com>)
Ответы Re: Help with a seq scan on multi-million row table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Help with a seq scan on multi-million row table  (<ogjunk-pgjedan@yahoo.com>)
Список pgsql-sql
Hi, Otis,

ogjunk-pgjedan@yahoo.com wrote:

> I'm not sure which numbers you are referring to when you said the estimate is off, but here are some numbers:
>   The whole table has 6-7 M rows.
>   That query matches about 2500 rows.
> 
> If there are other things I can play with and help narrow this down, please let me know.

Did you try to set higher statistics targets for this columns?

For experimenting, I'd try to set it to 100 or even higher, then ANALYZE
the table, and then retest the query.

HTH,
Marks

-- 
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org


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

Предыдущее
От: Michael Glaesemann
Дата:
Сообщение: Re: ORDER BY question
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Help with a seq scan on multi-million row table