Re: Help optimizing a slow index scan

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Help optimizing a slow index scan
Дата
Msg-id 20060317173827.GB15967@wolff.to
обсуждение исходный текст
Ответ на Re: Help optimizing a slow index scan  (Dan Harris <fbsd@drivefaster.net>)
Ответы Re: Help optimizing a slow index scan
Список pgsql-performance
On Fri, Mar 17, 2006 at 08:34:26 -0700,
  Dan Harris <fbsd@drivefaster.net> wrote:
> 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.

Have you looked at using the Earth Distance contrib module? If a spherical
model of the earth is suitable for your application, then it may work for you
and might be easier than trying to create Gist indexes yourself.

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: 1 TB of memory
Следующее
От: 11
Дата:
Сообщение: Re: Background writer configuration