> 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>I won't repeat the links provided by others, go straight to MySQL's documentation for the "authoritative" confirmation you need.  Further, there are also official tickets for this support (slated for MySQL 
7.0):<br><br><a href="http://forge.mysql.com/worklog/task.php?id=2377" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://forge.mysql.com/worklog/task.php?id=2377</a><br><a href="http://forge.mysql.com/worklog/task.php?id=1326" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

http://forge.mysql.com/worklog/task.php?id=1326
</a><br><br>One of the MySQL developers, Alexey Botchkov, has implemented a MySQL branch (off of 5.1) that provides Buffer(), Distance() Intersection(), Sym_Difference(), Union().  It might be some work, but you could compile this early MySQL branch for some rough benchmarks:
<br><br><a href="http://lenz.homelinux.org/archives/125-New-openGIS-functionality-in-MySQL-available-for-testing.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">
http://lenz.homelinux.org/archives/125-New-openGIS-functionality-in-MySQL-available-for-testing.html</a><br><br>The only other "free" (but not open source) spatial database I know of is IBM's DB2 with Spatial Extender: 
<br><br><a href="http://www-306.ibm.com/software/data/db2/express/download.html" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://www-306.ibm.com/software/data/db2/express/download.html</a><br>

<br>I haven't used it, but it could be used as another spatial database source for your benchmarking.<br><br>Regards,<br>-Justin<br><br><br>