<?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>BigDataOnCloud + FreeDB2 &#187; PostgreSQL</title>
	<atom:link href="http://freedb2.com/category/postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://freedb2.com</link>
	<description>Big Data, Hadoop, free databases and a whole lot of Cloud Computing</description>
	<lastBuildDate>Thu, 10 May 2012 22:49:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Top 3 ways to return TOP 10 rows by an SQL query</title>
		<link>http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/</link>
		<comments>http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 14:01:03 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=1273</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/' addthis:title='Top 3 ways to return TOP 10 rows by an SQL query '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>Limiting amount of data returned by a database to an application is probably the easiest and the most effective way to improve performance your application. DB2 provides 3 ways of accomplishing this. You can use DB2 SQL FETCH FIRST n ROWS syntax. You can use SQL syntax of another DBMS like MySQL, Oracle or Sybase, or you can do this in a database independent way by using the capabilities provided by the database API you are using in your application code. [...] <p><a href="http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/">Read ...</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/' addthis:title='Top 3 ways to return TOP 10 rows by an SQL query ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://freedb2.com/2010/07/14/top-3-ways-to-return-top-10-rows-by-an-sql-query/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Oracle kills Virtual Iron. Is MySQL next?</title>
		<link>http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/</link>
		<comments>http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 15:35:26 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[EnterpriseDB]]></category>
		<category><![CDATA[Monty Program]]></category>
		<category><![CDATA[Percona]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=512</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/' addthis:title='Oracle kills Virtual Iron. Is MySQL next? '  ><a class="addthis_button_facebook_like" fb:like:layout="button_count"></a><a class="addthis_button_tweet"></a><a class="addthis_counter addthis_pill_style"></a></div>You can wait and see if Oracle will put MySQL on death row like it just did with Virtual Iron, or you can get ahead of the curve and start to plan for the alternatives like getting in touch with alternative MySQL support providers or take a look at DB2 Express-C and see if that is the right way for you to go. [...] <p><a href="http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/">Read ...</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/' addthis:title='Oracle kills Virtual Iron. Is MySQL next? ' ><a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2"></a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4"></a><a class="addthis_button_compact"></a></div>]]></description>
		<wfw:commentRss>http://freedb2.com/2009/06/23/oracle-kills-virtual-iron-is-mysql-next/feed/</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
		<item>
		<title>The demise of the open source fanatic</title>
		<link>http://freedb2.com/2008/08/03/the-demise-of-the-open-source-fanatic/</link>
		<comments>http://freedb2.com/2008/08/03/the-demise-of-the-open-source-fanatic/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 22:02:29 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[Conferences]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[EnterpriseDB]]></category>
		<category><![CDATA[Ingres]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[Random thoughts]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[O'Reilly]]></category>
		<category><![CDATA[OSCON]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=61</guid>
		<description><![CDATA[<p>I spent the last week in Portland at the O&#8217;Reilly Open Source Convention also known as OSCON. We were part of the IBM exhibit talking to people about DB2 Express-C. OSCON is an interesting conference. Basically it is a big lovefest for the open source guys. Imagine about 2500 geeks all assembled in a single place for a week to talk about free software. The best part for me is that OSCON is not fixated on Linux. There were plenty of tutorials and talks on PHP, Python, Django, Ruby on Rails and of course databases. As one would expect there [...] <p><a href="http://freedb2.com/2008/08/03/the-demise-of-the-open-source-fanatic/">Read ...</a></p>]]></description>
		<wfw:commentRss>http://freedb2.com/2008/08/03/the-demise-of-the-open-source-fanatic/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

