Re: index on a box

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: index on a box
Дата
Msg-id 13436.993136111@sss.pgh.pa.us
обсуждение исходный текст
Ответ на index on a box  (Dustin Sallings <dustin@spy.net>)
Ответы Re: index on a box  (Dustin Sallings <dustin+postgres@spy.net>)
Список pgsql-general
Dustin Sallings <dustin@spy.net> writes:
>     I was wondering, however, if there's a way I can use an index to
> avoid table scanning for this.

If you say "SET enable_seqscan TO off", and repeat the EXPLAIN, do you
get an indexscan plan?

I don't recommend doing such a SET for production purposes, but if this
works then the problem is just inaccurate selectivity/cost estimation.
I see that the on_pb operator has no selectivity estimator defined at
all :-( ... as a quick hack, try setting its oprrest and oprjoin to be
areasel and areajoinsel.

            regards, tom lane

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: timestamp definition
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Authentification