Re: cube operations slower than geo_distance() on production server

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: cube operations slower than geo_distance() on production server
Дата
Msg-id b42b73150702121105y34aab219v3a58f068cb72b5c3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: cube operations slower than geo_distance() on production server  ("Merlin Moncure" <mmoncure@gmail.com>)
Список pgsql-performance
On 2/12/07, Merlin Moncure <mmoncure@gmail.com> wrote:
>  cube_distance(pets.earth_coords, earth_coords ) / 1609.344 AS RADIUS

this should read:
cube_distance(pets.earth_coords, zipcodes.earth_coords ) / 1609.344 AS RADIUS

merlin

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: cube operations slower than geo_distance() on production server
Следующее
От: Mark Stosberg
Дата:
Сообщение: Re: cube operations slower than geo_distance() on production server