<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: eva performance w/Oracle logical partitions? in MSA Storage</title>
    <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462425#M1007</link>
    <description>Edgar,&lt;BR /&gt;This table has partitioned local indexes.</description>
    <pubDate>Wed, 08 Dec 2004 08:18:50 GMT</pubDate>
    <dc:creator>CA1048164</dc:creator>
    <dc:date>2004-12-08T08:18:50Z</dc:date>
    <item>
      <title>eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462420#M1002</link>
      <description>We have an HP 9000 running hp-ux 11.11, which is attached to an EVA 5000 SAN, and have taken advantage of to the virtualization of disks, blah, blah, blah.  &lt;BR /&gt;
&lt;BR /&gt;
I've recently created an Oracle partitioned table, which contains approximately 63 million rows of data, spread out over 25 logical partitions using an “Effective Date” to determine which partition each row resides.  In a more traditional environment, doing this has resulted in fairly significant improvements in query performance against this table.  However, the differences in this case do not suggest that there is anything to gain by implementing Oracle partitioning in this environment.&lt;BR /&gt;
&lt;BR /&gt;
Has anyone done any work in this area and to they have experiences they would like to shar</description>
      <pubDate>Mon, 06 Dec 2004 10:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462420#M1002</guid>
      <dc:creator>CA1048164</dc:creator>
      <dc:date>2004-12-06T10:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462421#M1003</link>
      <description>"25 logical partitions". Does that mean 25 virtual disks? How many disk groups are you using? How many disks in each group?&lt;BR /&gt;Spindle performance will average across all virtual disks within a given disk group. Got any particularly "hot" Oracle partitions?</description>
      <pubDate>Tue, 07 Dec 2004 11:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462421#M1003</guid>
      <dc:creator>Sheldon Smith</dc:creator>
      <dc:date>2004-12-07T11:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462422#M1004</link>
      <description>Sheldon,&lt;BR /&gt;When I say logical partitions, I mean Oracle constructs that are totally invisible to this or any disk subsystem.  From this external perspective, there are data files that collectively make up an Oracle tablespace.  Internally, there may be partitions defined within one or more tablespaces.  In previous generations, one might place datafiles in separate disk arrays in an attempt to spread i/o across many spindles.  However, this particular system is virtual meaning that no matter how many or how few arrays we define the i/o is spread accross all disks, of which there are something like 178. &lt;BR /&gt;&lt;BR /&gt;Therefore, I question whether or not creating Oracle logical partitions is worth the effort.  I'm hoping that somewhere there is expertise in this specific area.</description>
      <pubDate>Tue, 07 Dec 2004 13:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462422#M1004</guid>
      <dc:creator>CA1048164</dc:creator>
      <dc:date>2004-12-07T13:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462423#M1005</link>
      <description>A couple things to consider:&lt;BR /&gt;&lt;BR /&gt;1. When you query or update a partitioned table, the optimizer can sometimes use a subset of the total # of partitions ("partition pruning").  This can speed performance by reducing I/O.&lt;BR /&gt;&lt;BR /&gt;2. Many people partition to improve performance during maintenance operations.  For example, you can instantly drop the oldest partition vs. the time it takes to do a delete with a where clause.  Index rebuilds can also be done a partition at a time.&lt;BR /&gt;&lt;BR /&gt;Bill&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Dec 2004 19:16:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462423#M1005</guid>
      <dc:creator>Bill Davison</dc:creator>
      <dc:date>2004-12-07T19:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462424#M1006</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have a DW database that has daily tables(approx.80million records) which is range partitioned &lt;BR /&gt;by date/time &amp;amp; are loaded via sqlldr direct path. Partitioning has improved load; sql query performance; and&lt;BR /&gt;database storage manageability. If you have one fact table which is partitioned, I preseume that the fact&lt;BR /&gt;table is also having partitioned indexes?&lt;BR /&gt;&lt;BR /&gt;hth</description>
      <pubDate>Wed, 08 Dec 2004 02:35:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462424#M1006</guid>
      <dc:creator>Edgar_8</dc:creator>
      <dc:date>2004-12-08T02:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: eva performance w/Oracle logical partitions?</title>
      <link>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462425#M1007</link>
      <description>Edgar,&lt;BR /&gt;This table has partitioned local indexes.</description>
      <pubDate>Wed, 08 Dec 2004 08:18:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/msa-storage/eva-performance-w-oracle-logical-partitions/m-p/462425#M1007</guid>
      <dc:creator>CA1048164</dc:creator>
      <dc:date>2004-12-08T08:18:50Z</dc:date>
    </item>
  </channel>
</rss>

