<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>BostonGIS Blog - mysql</title>
    <link>http://www.bostongis.com/blog/</link>
    <description>A database programmer's perspective on GIS</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>MySQL inches closer to PostGIS with support of true spatial relationship functions</title>
    <link>http://www.bostongis.com/blog/index.php?/archives/192-MySQL-inches-closer-to-PostGIS-with-support-of-true-spatial-relationship-functions.html</link>
            <category>gis</category>
            <category>mysql</category>
            <category>postgis postgresql</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/192-MySQL-inches-closer-to-PostGIS-with-support-of-true-spatial-relationship-functions.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=192</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=192</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;If anyone has ever seen any of Paul&#039;s presentations or slides, you&#039;ll remember his famous
&lt;a href=&quot;http://s3.cleverelephant.ca/foss4gna2012-intro-to-postgis.pdf&quot; target=&quot;_blank&quot;&gt;Intro To PostGIS&lt;/a&gt;
and slide &lt;b&gt;Is MySQL a spatial database?&lt;/b&gt;, answer: &lt;b&gt;Not Really. The functions only work against bounding boxes.&lt;/b&gt;. (page 5). And Paul&#039;s &lt;b&gt;They keep on threatening us&lt;/b&gt;.
Well Paul, I&#039;m afraid you&#039;ll have to change that slide.  They have finally made good on their threats and we PostGIS folks need to now keep a watchful eye.&lt;/p&gt;

&lt;p&gt;We&#039;ve lost interest for the most part in what MySQL does these days, except for the few customers we have that are still running MySQL that the migration to something else isn&#039;t worth the bother. We&#039;ve lost interest mostly because MySQL movement in areas we care about have been so slow and PostgreSQL movement has been so fast. I did come across this tidbit reading 
&lt;a href=&quot;http://openlife.cc/blogs/2012/august/comparing-open-source-gis-implementations&quot; target=&quot;_blank&quot;&gt;Comparing Open Source GIS Implementations&lt;/a&gt; and to my shock &lt;em&gt;Oh my god! Stop the presses, &lt;a href=&quot;http://dev.mysql.com/doc/refman/5.6/en/functions-for-testing-spatial-relations-between-geometric-objects.html#functions-that-test-spatial-relationships-between-geometries&quot; target=&quot;_blank&quot;&gt;MySQL 5.6 has true Spatial relationship support&lt;/a&gt;&lt;/em&gt;.&lt;/p&gt;
&lt;p&gt;The other thought I had is thank goodness PostGIS legacied all those non-ST functions like &lt;b&gt;Contains()&lt;/b&gt;, &lt;b&gt;Intersects&lt;/b&gt; etc, as that would cause people who use both databases even more confusion. Here are some important take-away points from MySQL 5.6 Spatial support:&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;The old MBR alias functions &lt;b&gt;Contains&lt;/b&gt;, &lt;b&gt;Overlaps&lt;/b&gt;, etc, still only work against the bounding box.  To get true checks, you need to use the &lt;b&gt;ST_&lt;/b&gt; variants&lt;/li&gt;
	&lt;li&gt;While you can create geometries on InnoDb tables now, you can only create R-tree spatial indexes on MyISAM tables.&lt;/li&gt;
	&lt;li&gt;I could be missing something, but don&#039;t see an ST_Distance function or anything like it. I don&#039;t have 5.6 handy to test, so if anyone knows, please correct me if I am wrong.&lt;/li&gt;
	&lt;li&gt;General footnote, MariaDb also supports this new functionality in its 5.3+ versions&lt;/li&gt;
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Sat, 11 Aug 2012 21:39:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/192-guid.html</guid>
    
</item>
<item>
    <title>Cross Compare SQL Server 2008 Spatial, PostgreSQL/PostGIS 1.3-1.4, MySQL 5-6</title>
    <link>http://www.bostongis.com/blog/index.php?/archives/71-Cross-Compare-SQL-Server-2008-Spatial,-PostgreSQLPostGIS-1.3-1.4,-MySQL-5-6.html</link>
            <category>foss</category>
            <category>microsoft</category>
            <category>mysql</category>
            <category>postgis postgresql</category>
            <category>sql server 2008</category>
    
    <comments>http://www.bostongis.com/blog/index.php?/archives/71-Cross-Compare-SQL-Server-2008-Spatial,-PostgreSQLPostGIS-1.3-1.4,-MySQL-5-6.html#comments</comments>
    <wfw:comment>http://www.bostongis.com/blog/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://www.bostongis.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Regina Obe)</author>
    <content:encoded>
    &lt;p&gt;A few people have been asking us what are the pros and cons of using SQL Server 2008 Spatial and PostGIS and as a Windows user, why would
you still consider using PostGIS.  Rather than simply providing some hand-waving saying &amp;quot;well if you just care about displaying data, then use whatever you 
feel comfortable with, but if you want to do real intensive sophisticated spatial analysis and geometric processing without having to purchase a bunch of expensive software, then
PostGIS is probably better for you.  Hell why must you think in either or propositions - just use both using the strengths of each.&amp;quot;, we have tried really hard to quantify the similarities and differences between the 2 and to boot - we have 
also added in MySQL.&lt;/p&gt;

&lt;p&gt;Our analysis can be found at &lt;a href=&quot;/PrinterFriendly.aspx?content_name=sqlserver2008_postgis_mysql_compare&quot; target=&quot;_blank&quot;&gt;Cross Compare SQL Server 2008 Spatial, PostgreSQL/PostGIS 1.3-1.4, MySQL 5-6&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;If you have any comments, suggestions of additions, things you felt we got wrong, then please don&#039;t hesitate to comment and we&#039;ll try to update our
survey.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 19 Jul 2008 18:25:00 -0400</pubDate>
    <guid isPermaLink="false">http://www.bostongis.com/blog/index.php?/archives/71-guid.html</guid>
    
</item>

</channel>
</rss>