<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky &#187; mysql</title>
	<atom:link href="http://www.selikoff.net/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 02:27:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Live from TSSJS &#8211; PostgreSQL with Tom</title>
		<link>http://www.selikoff.net/2011/03/17/live-from-tssjs-postgresql-with-tom/</link>
		<comments>http://www.selikoff.net/2011/03/17/live-from-tssjs-postgresql-with-tom/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 21:24:12 +0000</pubDate>
		<dc:creator>Scott Selikoff</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[dbms]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[postgres]]></category>
		<category><![CDATA[tssjs]]></category>
		<category><![CDATA[vendor]]></category>

		<guid isPermaLink="false">http://www.selikoff.net/?p=2936</guid>
		<description><![CDATA[Live blogging from TheServerSide Java Symposium with Tom Kincaid at his vendor presentation &#8220;Introduction to PostgreSQL for Development and Deployment&#8221;.  Tom spends a lot of time contrasing Postgres with MySQL, and commenting how since Oracle&#8217;s aquisition of MySQL, the licensing of MySQL is now much more restrictive. Tom says the licensing of Postgres is basically &#8220;Do [...]]]></description>
		<wfw:commentRss>http://www.selikoff.net/2011/03/17/live-from-tssjs-postgresql-with-tom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Memo: Avoid Functions in Database Queries</title>
		<link>http://www.selikoff.net/2010/10/21/memo-avoid-functions-in-database-queries/</link>
		<comments>http://www.selikoff.net/2010/10/21/memo-avoid-functions-in-database-queries/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 06:19:41 +0000</pubDate>
		<dc:creator>Scott Selikoff</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[javaranch]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[queries]]></category>
		<category><![CDATA[query]]></category>

		<guid isPermaLink="false">http://www.selikoff.net/?p=2340</guid>
		<description><![CDATA[The most common type of questions in the JavaRanch JDBC forum tends to be about improving performance in a database (that, and &#8220;Where can I download a JDBC Driver?&#8221;). While remote trouble-shooting performance issues can be tricky, we often spot issues with the presented queries and offer alternatives to improve performance. One issue I see [...]]]></description>
		<wfw:commentRss>http://www.selikoff.net/2010/10/21/memo-avoid-functions-in-database-queries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Memo: Avoid Nested Queries in MySQL at all costs</title>
		<link>http://www.selikoff.net/2008/12/10/memo-avoid-nested-queries-in-mysql-at-all-costs/</link>
		<comments>http://www.selikoff.net/2008/12/10/memo-avoid-nested-queries-in-mysql-at-all-costs/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 15:20:52 +0000</pubDate>
		<dc:creator>Scott Selikoff</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[JDBC]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[nested]]></category>
		<category><![CDATA[queries]]></category>

		<guid isPermaLink="false">http://www.selikoff.net/blog/?p=652</guid>
		<description><![CDATA[Some of my readers may be aware that nested subqueries such as &#8220;SELECT * FROM widgets WHERE id IN (SELECT &#8230;)&#8221;, don&#8217;t work all that well in MYSQL. While the syntax is usually correct, the performance issues in practice can be horrendous. This article delves deeper into this issue, and why MySQL performs so poorly [...]]]></description>
		<wfw:commentRss>http://www.selikoff.net/2008/12/10/memo-avoid-nested-queries-in-mysql-at-all-costs/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

