Re: Proximity query with GIST and row estimation

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: Proximity query with GIST and row estimation
Дата
Msg-id 1d4e0c10702141012i139feea5q43f8ab3956cfbf09@mail.gmail.com
обсуждение исходный текст
Ответ на Proximity query with GIST and row estimation  ("Guillaume Smet" <guillaume.smet@gmail.com>)
Список pgsql-performance
Paul,

On 2/14/07, Paul Ramsey <pramsey@refractions.net> wrote:
> You'll find that PostGIS does a pretty good job of selectivity
> estimation.

PostGIS is probably what I'm going to experiment in the future. The
only problem is that it's really big for a very basic need.
With my current method, I don't even have to create a new column: I
create directly a functional index so it's really easy to use.
Using PostGIS requires to create a new column and triggers to maintain
it and install PostGIS of course. That's why it was not my first
choice.

Thanks for your answer.

--
Guillaume

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: reindex vs 'analyze' (was: Re: cube operations slower than geo_distance() on production server)
Следующее
От: "Luke Lonergan"
Дата:
Сообщение: Re: Benchmarking PGSQL?