<?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; Programming</title>
	<atom:link href="http://freedb2.com/category/programming/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>Hadoop Programming Challenge Extended by a Week</title>
		<link>http://freedb2.com/2011/10/04/hadoop-programming-challenge-extended-by-a-week/</link>
		<comments>http://freedb2.com/2011/10/04/hadoop-programming-challenge-extended-by-a-week/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 15:39:10 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[MapReduce]]></category>
		<category><![CDATA[NoSQL]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=2021</guid>
		<description><![CDATA[<p>I blogged about Hadoop Programming Challenge on Big Data University and an opportunity to not only get free Hadoop education but also an all expenses paid trip to Las Vegas. We have had 1400 students take the required Hadoop Fundamentals course. And we have been genuinely impressed with both what many of the students have been able to learn and the creativity of some of the Hadoop Programming Contest submissions. The submissions range from analysis of global warming, to dealing with terror threats to analysis of bra cup sizes. We are not passing judgement on the value of the solution [...] <p><a href="http://freedb2.com/2011/10/04/hadoop-programming-challenge-extended-by-a-week/">Read ...</a></p>]]></description>
		<wfw:commentRss>http://freedb2.com/2011/10/04/hadoop-programming-challenge-extended-by-a-week/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<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>Let DB2 tell you where to go and what to do there</title>
		<link>http://freedb2.com/2010/06/01/let-db2-tell-you-where-to-go-and-what-to-do-there/</link>
		<comments>http://freedb2.com/2010/06/01/let-db2-tell-you-where-to-go-and-what-to-do-there/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:28:56 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[New features]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[GIS]]></category>
		<category><![CDATA[location]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=1242</guid>
		<description><![CDATA[<p>Last week I blogged about the rise in importance of location-based data. The timing was not a coincidence. I am a bit of a gadget freak and last week was a pretty important event in the world of gadgets and technology in general. For the first time ever Apple, a company specializing in mobile devices, became the largest technology company in the world, edging out Microsoft, a traditional computing company. Because pretty much every mobile device today comes with ability to capture location data, I am convinced that we are entering a stage where location data will become ubiquitous.</p> <p>Another reason [...] <p><a href="http://freedb2.com/2010/06/01/let-db2-tell-you-where-to-go-and-what-to-do-there/">Read ...</a></p>]]></description>
		<wfw:commentRss>http://freedb2.com/2010/06/01/let-db2-tell-you-where-to-go-and-what-to-do-there/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Has Apple gone too far in its attack on Adobe Flash?</title>
		<link>http://freedb2.com/2010/04/22/has-apple-gone-too-far-in-its-attack-on-adobe-flash/</link>
		<comments>http://freedb2.com/2010/04/22/has-apple-gone-too-far-in-its-attack-on-adobe-flash/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 23:28:17 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Random thoughts]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=1190</guid>
		<description><![CDATA[<p>I don&#8217;t speak for IBM and I don&#8217;t express opinions of IBM if there ever was such a thing. I spend the last 25 years in the IT industry and I have to say that I have rarely seen such blatant disregard for the freedom of choice as Apple has done in its now infamous Clause 3.3.1 of the Apple iPhone OS SDK License. It reads like this:</p> <p>Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript [...] <p><a href="http://freedb2.com/2010/04/22/has-apple-gone-too-far-in-its-attack-on-adobe-flash/">Read ...</a></p>]]></description>
		<wfw:commentRss>http://freedb2.com/2010/04/22/has-apple-gone-too-far-in-its-attack-on-adobe-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Article every DBA should forward to SQL developers</title>
		<link>http://freedb2.com/2009/09/08/the-article-every-dba-should-forward-to-sql-developers/</link>
		<comments>http://freedb2.com/2009/09/08/the-article-every-dba-should-forward-to-sql-developers/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 18:41:08 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[New features]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[9.7]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[SQL injection]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[statement concentrator]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=738</guid>
		<description><![CDATA[<p>I think that every Database Administrator needs to read the article &#8220;Opinion: No more excuses for SQL injection attacks&#8221; and send it out to every application developer they know. I hate SPAM as much as the next guy but I think it is justified in this case. I am dead serious. We, the database people of all walks of life (DB2, Oracle, SQL Server &#8230;), have been talking about the benefits of using parameters in the queries instead of literal values for years. The main message has been &#8220;performance&#8221;. Most DBMS will perform much better and will use less server [...] <p><a href="http://freedb2.com/2009/09/08/the-article-every-dba-should-forward-to-sql-developers/">Read ...</a></p>]]></description>
		<wfw:commentRss>http://freedb2.com/2009/09/08/the-article-every-dba-should-forward-to-sql-developers/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>New and improved DB2 support for Ruby on Rails</title>
		<link>http://freedb2.com/2009/07/30/new-and-improved-db2-support-for-ruby-on-rails/</link>
		<comments>http://freedb2.com/2009/07/30/new-and-improved-db2-support-for-ruby-on-rails/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 00:43:40 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=639</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://freedb2.com/2009/07/30/new-and-improved-db2-support-for-ruby-on-rails/' addthis:title='New and improved DB2 support for Ruby on Rails '  ><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>Our development team just released version 1.1.1 of the IBM_DB gem which provides support for using Ruby on Rails with DB2 and IDS. The new gem provides support for Activerecord 2.3.3 and a fix for a defect that will let us implement support for a popular Ruby on Rails application. [...] <p><a href="http://freedb2.com/2009/07/30/new-and-improved-db2-support-for-ruby-on-rails/">Read ...</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://freedb2.com/2009/07/30/new-and-improved-db2-support-for-ruby-on-rails/' addthis:title='New and improved DB2 support for Ruby on Rails ' ><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/07/30/new-and-improved-db2-support-for-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fiserv moves to DB2 and .NET</title>
		<link>http://freedb2.com/2009/07/30/fiserv-moves-to-db2-and-net/</link>
		<comments>http://freedb2.com/2009/07/30/fiserv-moves-to-db2-and-net/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 05:50:12 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[DB2]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=632</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://freedb2.com/2009/07/30/fiserv-moves-to-db2-and-net/' addthis:title='Fiserv moves to DB2 and .NET '  ><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>66 Credit Unions are now running on Fiserv's new platform built on DB2 and .NET. [...] <p><a href="http://freedb2.com/2009/07/30/fiserv-moves-to-db2-and-net/">Read ...</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://freedb2.com/2009/07/30/fiserv-moves-to-db2-and-net/' addthis:title='Fiserv moves to DB2 and .NET ' ><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/07/30/fiserv-moves-to-db2-and-net/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Everything you ever wanted to know about a DB2 table but did not know where to look</title>
		<link>http://freedb2.com/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/</link>
		<comments>http://freedb2.com/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 04:29:52 +0000</pubDate>
		<dc:creator>Leon Katsnelson</dc:creator>
				<category><![CDATA[Administration]]></category>
		<category><![CDATA[DB2]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[DB2 Express-C]]></category>
		<category><![CDATA[DBA stuff]]></category>

		<guid isPermaLink="false">http://freedb2.com/?p=29</guid>
		<description><![CDATA[<div class="addthis_toolbox addthis_default_style " addthis:url='http://freedb2.com/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/' addthis:title='Everything you ever wanted to know about a DB2 table but did not know where to look '  ><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>Since table objects (or just tables) are so fundamental to your ability to store and retrieve data there comes a time when you want to get some information on a particular table in your database. For example, you may want to know how much disk space has been allocated for a particular table, or what state it is in. Should it be reorganized? Has the last load job finished loading data in to it and so on. If you were using MySQL, you may have just looked at the file that represents a table and were able to figure out disk usage that way. There is a better way to do this in DB2 Express-C (and every other DB2 for Linux, Unix and Windows v9.5). Since DB2 speaks SQL, it makes sense to query information about its tables using SQL. DB2 provides not one but 2 ways of getting cornucopia of information about tables via SQL. One way is to use a SYSIBMADM.ADMINTABINFO view. [...] <p><a href="http://freedb2.com/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/">Read ...</a></p><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://freedb2.com/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/' addthis:title='Everything you ever wanted to know about a DB2 table but did not know where to look ' ><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/2008/07/15/everything-you-ever-wanted-to-know-about-a-db2-table-but-did-not-know-where-to-look/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

