Re: multi-column btree index for real values

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: multi-column btree index for real values
Дата
Msg-id 200210051830.g95IUlW06080@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: multi-column btree index for real values  (Martin Weinberg <weinberg@osprey.astro.umass.edu>)
Ответы Re: multi-column btree index for real values
Список pgsql-general
Martin Weinberg wrote:
> Martijn,
>
> Thanks.  So that implies that a multidimensional btree index is
> useless for two columns of floats (one will probably always
> be searching on the first index for a tree of large height).
>
> Let me restate my question as an example.  Supose I have columns
> of longitude and latitude.  What is the best indexing strategy to
> find all tuples with in a two dimensional bound of longitude and
> latitude.  E.g. with where clause
>
>            lat between 21.49 and 37.41 and

Oh, rtree.  That is exactly the index type you want.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: Masaru Sugawara
Дата:
Сообщение: Re: Dynamic limit for the number of records?
Следующее
От: Garo Hussenjian
Дата:
Сообщение: Re: Boolean output format