<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Pete Scott's random notes</title>
	<atom:link href="http://pjsrandom.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://pjsrandom.wordpress.com</link>
	<description>The rantings of a middle-aged computer consultant and generally nice person</description>
	<lastBuildDate>Tue, 27 Oct 2009 14:06:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Where to buy your data warehouse in 2010 by SoftwareTribes Teradata</title>
		<link>http://pjsrandom.wordpress.com/2007/03/09/where-to-buy-your-data-warehouse-in-2010/#comment-43293</link>
		<dc:creator>SoftwareTribes Teradata</dc:creator>
		<pubDate>Tue, 27 Oct 2009 14:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/2007/03/09/where-to-buy-your-data-warehouse-in-2010/#comment-43293</guid>
		<description>Nice comparison between Teradata and netezza

http://blog.pxltd.ca/2006/06/netezza_vs_tera.html</description>
		<content:encoded><![CDATA[<p>Nice comparison between Teradata and netezza</p>
<p><a href="http://blog.pxltd.ca/2006/06/netezza_vs_tera.html" rel="nofollow">http://blog.pxltd.ca/2006/06/netezza_vs_tera.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hunting deadlocks part 2 by Ask The Real Tom &#187; Oracle Deadlock ORA-00060 - Wait for Shared Lock</title>
		<link>http://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/#comment-43292</link>
		<dc:creator>Ask The Real Tom &#187; Oracle Deadlock ORA-00060 - Wait for Shared Lock</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:11:51 +0000</pubDate>
		<guid isPermaLink="false">https://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/#comment-43292</guid>
		<description>[...] support) did not help, oracle support could not help.  The nessesary infomation if found here: http://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/ http://oracledoug.com/serendipity/index.php?/archives/1014-Being-Open-minded.html  Solution: The [...]</description>
		<content:encoded><![CDATA[<p>[...] support) did not help, oracle support could not help.  The nessesary infomation if found here: <a href="http://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/" rel="nofollow">http://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/</a> <a href="http://oracledoug.com/serendipity/index.php?/archives/1014-Being-Open-minded.html" rel="nofollow">http://oracledoug.com/serendipity/index.php?/archives/1014-Being-Open-minded.html</a>  Solution: The [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hunting deadlocks part 2 by oracle tom</title>
		<link>http://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/#comment-43291</link>
		<dc:creator>oracle tom</dc:creator>
		<pubDate>Mon, 12 Oct 2009 11:06:21 +0000</pubDate>
		<guid isPermaLink="false">https://pjsrandom.wordpress.com/2006/02/28/hunting-deadlocks-part-2/#comment-43291</guid>
		<description>Gead Blog. 
You saved me after 3 weeks searching. Oracle Support insited on a classic row lock an could not tell me why it&#039;s waiting for shared lock.</description>
		<content:encoded><![CDATA[<p>Gead Blog.<br />
You saved me after 3 weeks searching. Oracle Support insited on a classic row lock an could not tell me why it&#8217;s waiting for shared lock.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UNGROUP BY by Paul Mclachlan</title>
		<link>http://pjsrandom.wordpress.com/2009/04/01/ungroup-by/#comment-43229</link>
		<dc:creator>Paul Mclachlan</dc:creator>
		<pubDate>Thu, 09 Apr 2009 06:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/?p=526#comment-43229</guid>
		<description>Joking aside, we basically have this feature, although using it for sales would be a bit... silly.

A more practical example is what we use it for -- activity costing/accounting.  So, if you&#039;re spending $400k on a data-center and you want to know what the data-center is being used for, one way you could work this out -- from a decision making perspective, is pull another feed, such as a list of servers per datacenter, and weight the data-center cost out per-server based on some criteria -- for example, a combination of the physical size of the server, how much power it uses, etc.

It isn&#039;t very much more difficult than a single statement along the lines of the above -- a kind of &quot;WEIGHT BY Server.Size+Server.Power/1500&quot; type of thing.  Then all the usual BI reporting and analysis is available on top of the ending model.</description>
		<content:encoded><![CDATA[<p>Joking aside, we basically have this feature, although using it for sales would be a bit&#8230; silly.</p>
<p>A more practical example is what we use it for &#8212; activity costing/accounting.  So, if you&#8217;re spending $400k on a data-center and you want to know what the data-center is being used for, one way you could work this out &#8212; from a decision making perspective, is pull another feed, such as a list of servers per datacenter, and weight the data-center cost out per-server based on some criteria &#8212; for example, a combination of the physical size of the server, how much power it uses, etc.</p>
<p>It isn&#8217;t very much more difficult than a single statement along the lines of the above &#8212; a kind of &#8220;WEIGHT BY Server.Size+Server.Power/1500&#8243; type of thing.  Then all the usual BI reporting and analysis is available on top of the ending model.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UNGROUP BY by David Aldridge</title>
		<link>http://pjsrandom.wordpress.com/2009/04/01/ungroup-by/#comment-43209</link>
		<dc:creator>David Aldridge</dc:creator>
		<pubDate>Thu, 02 Apr 2009 03:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/?p=526#comment-43209</guid>
		<description>:D</description>
		<content:encoded><![CDATA[<p> <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on UNGROUP BY by Mark</title>
		<link>http://pjsrandom.wordpress.com/2009/04/01/ungroup-by/#comment-43206</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 01 Apr 2009 10:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/?p=526#comment-43206</guid>
		<description>Now I would have run this on the Rittman Mead blog, and actually said it was a secret new feature in 11gR2...</description>
		<content:encoded><![CDATA[<p>Now I would have run this on the Rittman Mead blog, and actually said it was a secret new feature in 11gR2&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Technical blogs by mark modricker</title>
		<link>http://pjsrandom.wordpress.com/2005/11/04/technical-blogs/#comment-43204</link>
		<dc:creator>mark modricker</dc:creator>
		<pubDate>Mon, 19 Jan 2009 23:41:19 +0000</pubDate>
		<guid isPermaLink="false">https://pjsrandom.wordpress.com/2005/11/04/technical-blogs/#comment-43204</guid>
		<description>Pete,

Hey there. I am Vp of Sales and Marketing for ALTA Information Services. We are launching our new Corporate website this week, wondered if you could be so kind as to post our link on your website?

the URL is www.altainfoserv.com

Let me know!

Thanks!

Mark Modricker</description>
		<content:encoded><![CDATA[<p>Pete,</p>
<p>Hey there. I am Vp of Sales and Marketing for ALTA Information Services. We are launching our new Corporate website this week, wondered if you could be so kind as to post our link on your website?</p>
<p>the URL is <a href="http://www.altainfoserv.com" rel="nofollow">http://www.altainfoserv.com</a></p>
<p>Let me know!</p>
<p>Thanks!</p>
<p>Mark Modricker</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Athens (Greece) by William Robertson</title>
		<link>http://pjsrandom.wordpress.com/2008/11/18/athens-greece/#comment-43198</link>
		<dc:creator>William Robertson</dc:creator>
		<pubDate>Tue, 25 Nov 2008 07:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/?p=524#comment-43198</guid>
		<description>Yes we should have got more done before 1848. If only we&#039;d had a Renaissance or something.</description>
		<content:encoded><![CDATA[<p>Yes we should have got more done before 1848. If only we&#8217;d had a Renaissance or something.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Techniques to reduce IO &#8211; partitioning and compression by Peter Scott</title>
		<link>http://pjsrandom.wordpress.com/2006/07/05/techniques-to-reduce-io-partitioning-and-compression/#comment-43185</link>
		<dc:creator>Peter Scott</dc:creator>
		<pubDate>Tue, 29 Jul 2008 16:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/2006/07/05/techniques-to-reduce-io-partitioning-and-compression/#comment-43185</guid>
		<description>Sometimes you want to arrange data into partitions based on a key that does not fit into ranges for example countries could be partitioned by continent, but there are no simple algorithm to say that Belgium is Europe and Borneo is in Asia. In cases like this we can use list partitions to define which known value of partition key fits into which partition. This can give great performance for queries that select many key values from the same partition - for my example we could look at sales in Europe and only look at the Europe partition. But one downside of list partitions is that the key must be something that does not move about a lot - countries rarely change continent but people can change town, so basing a list on a volatile attribute is not such a good idea</description>
		<content:encoded><![CDATA[<p>Sometimes you want to arrange data into partitions based on a key that does not fit into ranges for example countries could be partitioned by continent, but there are no simple algorithm to say that Belgium is Europe and Borneo is in Asia. In cases like this we can use list partitions to define which known value of partition key fits into which partition. This can give great performance for queries that select many key values from the same partition &#8211; for my example we could look at sales in Europe and only look at the Europe partition. But one downside of list partitions is that the key must be something that does not move about a lot &#8211; countries rarely change continent but people can change town, so basing a list on a volatile attribute is not such a good idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Techniques to reduce IO &#8211; partitioning and compression by liyanq</title>
		<link>http://pjsrandom.wordpress.com/2006/07/05/techniques-to-reduce-io-partitioning-and-compression/#comment-43184</link>
		<dc:creator>liyanq</dc:creator>
		<pubDate>Mon, 28 Jul 2008 05:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://pjsrandom.wordpress.com/2006/07/05/techniques-to-reduce-io-partitioning-and-compression/#comment-43184</guid>
		<description>I like you website so much...
Learning from you...
could you please give some sample on how list patitioning on DW project?

thanks so much,
liyan</description>
		<content:encoded><![CDATA[<p>I like you website so much&#8230;<br />
Learning from you&#8230;<br />
could you please give some sample on how list patitioning on DW project?</p>
<p>thanks so much,<br />
liyan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
