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

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Mark Stosberg" <mark(at)summersault(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: cube operations slower than geo_distance() on production server
Date: 2007-02-12 19:05:18
Message-ID: b42b73150702121105y34aab219v3a58f068cb72b5c3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 2/12/07, Merlin Moncure <mmoncure(at)gmail(dot)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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Stosberg 2007-02-12 19:48:58 Re: cube operations slower than geo_distance() on production server
Previous Message Merlin Moncure 2007-02-12 19:03:14 Re: cube operations slower than geo_distance() on production server