<?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 on: Partition Count</title>
	<atom:link href="http://jonathanlewis.wordpress.com/2007/01/02/partition-count/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/</link>
	<description>Just another Oracle weblog</description>
	<lastBuildDate>Fri, 17 May 2013 13:58:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Hash Partitions &#171; Oracle Scratchpad</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-7700</link>
		<dc:creator><![CDATA[Hash Partitions &#171; Oracle Scratchpad]]></dc:creator>
		<pubDate>Mon, 07 May 2007 21:07:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-7700</guid>
		<description><![CDATA[[...] Infrastructure &#8212; Jonathan Lewis @ 9:06 pm UTC May 7,2007   A question recently appeared on an article I wrote about partitioning a few months ago: We are planning to create 8 HASH partitions. Looking only at PERFORMANCE would be [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Infrastructure &#8212; Jonathan Lewis @ 9:06 pm UTC May 7,2007   A question recently appeared on an article I wrote about partitioning a few months ago: We are planning to create 8 HASH partitions. Looking only at PERFORMANCE would be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karteek</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-7596</link>
		<dc:creator><![CDATA[Karteek]]></dc:creator>
		<pubDate>Sun, 06 May 2007 11:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-7596</guid>
		<description><![CDATA[on Oracle 9i R2

We are planning to create 8 HASH partitions. Looking only at PERFORMANCE would be there be any improvements, if we go for 16 or 32 partitions (maintainance and availability is not a problem in our case). There are only 2 indexes on our 350M table - one is LOCAL, another non-partitioned index.

Jon...any advice that you would give..?

- Karteek]]></description>
		<content:encoded><![CDATA[<p>on Oracle 9i R2</p>
<p>We are planning to create 8 HASH partitions. Looking only at PERFORMANCE would be there be any improvements, if we go for 16 or 32 partitions (maintainance and availability is not a problem in our case). There are only 2 indexes on our 350M table &#8211; one is LOCAL, another non-partitioned index.</p>
<p>Jon&#8230;any advice that you would give..?</p>
<p>- Karteek</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1122</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Fri, 05 Jan 2007 09:29:36 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1122</guid>
		<description><![CDATA[Alexander,  Oh yes I would!]]></description>
		<content:encoded><![CDATA[<p>Alexander,  Oh yes I would!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander Fatkulin</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1121</link>
		<dc:creator><![CDATA[Alexander Fatkulin]]></dc:creator>
		<pubDate>Fri, 05 Jan 2007 09:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1121</guid>
		<description><![CDATA[Some time ago we had table with more than 90 000 segments (range + list composite partitioning). You wouldn&#039;t believe how much time it took to parse query for the first time...]]></description>
		<content:encoded><![CDATA[<p>Some time ago we had table with more than 90 000 segments (range + list composite partitioning). You wouldn&#8217;t believe how much time it took to parse query for the first time&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan Lewis</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1060</link>
		<dc:creator><![CDATA[Jonathan Lewis]]></dc:creator>
		<pubDate>Wed, 03 Jan 2007 08:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1060</guid>
		<description><![CDATA[Antonio, I think the closest thing you may find would be the scattering of &quot;best practices&quot; papers that Oracle&#039;s CoE has published over the years on Metalink.

Point 2 appeared in 9i with an optional change in syntax appearing in 10g, but point 3 only appeared in 10g. There is a (probably small)price to pay for it. 

The data dictionary views that reports partitions still display sequential &lt;b&gt;partition numbers&lt;/b&gt;, which they derive by applying the analytic function &lt;b&gt;rownumber()&lt;/b&gt; to the underlying data. So if you regularly query things like the &lt;b&gt;dba_tab_partitions&lt;/b&gt; view, then the resource usage for some of your queries may jump significantly - especially if you have large numbers of partitions in your system.]]></description>
		<content:encoded><![CDATA[<p>Antonio, I think the closest thing you may find would be the scattering of &#8220;best practices&#8221; papers that Oracle&#8217;s CoE has published over the years on Metalink.</p>
<p>Point 2 appeared in 9i with an optional change in syntax appearing in 10g, but point 3 only appeared in 10g. There is a (probably small)price to pay for it. </p>
<p>The data dictionary views that reports partitions still display sequential <b>partition numbers</b>, which they derive by applying the analytic function <b>rownumber()</b> to the underlying data. So if you regularly query things like the <b>dba_tab_partitions</b> view, then the resource usage for some of your queries may jump significantly &#8211; especially if you have large numbers of partitions in your system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio</title>
		<link>http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1043</link>
		<dc:creator><![CDATA[Antonio]]></dc:creator>
		<pubDate>Tue, 02 Jan 2007 13:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://jonathanlewis.wordpress.com/2007/01/02/partition-count/#comment-1043</guid>
		<description><![CDATA[Mumble!

This post make me think!

Not on the statements that you say but on a question a bit more general:

are there Oracle&#039;s patterns?

In other words: are there standard strategies developed on how optimizer works and how Oracle stores data?

Another: point 3 happed in Oracle 9? :-&#124;]]></description>
		<content:encoded><![CDATA[<p>Mumble!</p>
<p>This post make me think!</p>
<p>Not on the statements that you say but on a question a bit more general:</p>
<p>are there Oracle&#8217;s patterns?</p>
<p>In other words: are there standard strategies developed on how optimizer works and how Oracle stores data?</p>
<p>Another: point 3 happed in Oracle 9? :-|</p>
]]></content:encoded>
	</item>
</channel>
</rss>
