<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [postgis-users] Why choose PostGIS?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Alan,<BR>
<BR>
MySQL's spatial functionality is very limited IMHO -- they only have a bounding box intersection, similar to the && operator, and nothing like a "within" or distance function. So if you have, say, a lot of rectangular tiles and a query shape that is a large semi-circle, both MySQL and postGIS return the same bounding box search results. But if you want only tiles that are completely within the query shape MySQL can't give you that. I posted a query a few weeks ago about a related issue; I think I included an image of query shape. The BB query gets back a thousand or so candidates; the actual ones within are a few dozen. Trying to handcode an application to deal with this would be prohibitively ugly. And of courser PostgreSQL itself has some features that MySQL either does not have at all or are very new and untried.<BR>
<BR>
This is based on an informal evaluation we did a couple of weeks ago in house; sorry I can;t provide any links. MySQL 5.x is fairly new and I don't know of any benchmarks comparing it.<BR>
<BR>
Sorry for top posting -- challenged mail reader.<BR>
<BR>
<BR>
Greg Williamson<BR>
Senior DBA<BR>
GlobeXplorer LLC, a DigitalGlobe company<BR>
<BR>
Confidentiality Notice: This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information and must be protected in accordance with those provisions. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.<BR>
<BR>
(My corporate masters made me say this.)<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: postgis-users-bounces@postgis.refractions.net on behalf of Alan Cunnane<BR>
Sent: Tue 8/7/2007 5:42 PM<BR>
To: PostGIS Users Discussion<BR>
Subject: [postgis-users] Why choose PostGIS?<BR>
<BR>
Hey guys<BR>
<BR>
I have been using PostGIS for my dissertation now for 6 months and have found it extremely useful, fast and understandable and along with the support you get from this mailing group I have never regretted this decision. However as i am completing my write up I cant seem to find any solid literature or independant reliable benchmarking tests that would show why a user would choos PostGIS for spatial queries over say MySQL. I have read in some places that MySQL is not as OGC compliant as PostGIS however I need an official source to prove this.<BR>
<BR>
Can anyone send me any links to such proof or recommend any literature on this matter? Even one reference would do.<BR>
<BR>
Thanks<BR>
<BR>
Alan<BR>
<BR>
<BR>
<BR>
<BR>
      ___________________________________________________________<BR>
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for<BR>
your free account today <A HREF="http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html">http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>