Re: Help optimizing a slow index scan

Поиск
Список
Период
Сортировка
От Dan Harris
Тема Re: Help optimizing a slow index scan
Дата
Msg-id 441AD702.9020508@drivefaster.net
обсуждение исходный текст
Ответ на Help optimizing a slow index scan  (Dan Harris <fbsd@drivefaster.net>)
Ответы Re: Help optimizing a slow index scan
Re: Help optimizing a slow index scan
Список pgsql-performance
Markus Bertheau wrote:
> Have you tried using a GIST index on lat & long? These things are
> meant for two-dimensional data, whereas btree doesn't handle
> two-dimensional data that well. How many rows satisfy either of the
> long / lat condition?
>
>
>>
According to the analyze, less than 500 rows matched.  I'll look into
GIST indexes, thanks for the feedback.

-Dan

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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Background writer configuration
Следующее
От: Dan Harris
Дата:
Сообщение: Re: Help optimizing a slow index scan