<?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: Oracle columns in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840826#M939331</link>
    <description>This is one of the classic it depends question. If the question is "Is one insert of a 30 column table faster than 10 inserts into tables of 3 columns each?" The answer is one table is much faster especially when you realize that you must have some sort of 'glue' (joins) to hold these 10 related tables. &lt;BR /&gt;&lt;BR /&gt;The general answer to this question is make the number of columns larger but limit the number of indices. Performance tends to really suffer when the value of one column changes and that causes 15 indices to be altered.&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Nov 2002 20:11:42 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2002-11-07T20:11:42Z</dc:date>
    <item>
      <title>Oracle columns</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840825#M939330</link>
      <description>This is a performance related question.&lt;BR /&gt;What factors should be considered when creating multiple (30-50) column tables?&lt;BR /&gt;I am trying to give input to my developers on the performance related issues that may occur when doing inserts/updates/deletes on a table that has 2-3 columns as opposed to one that has 20-30 columns?&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2002 19:15:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840825#M939330</guid>
      <dc:creator>Kimathi Njeru</dc:creator>
      <dc:date>2002-11-07T19:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle columns</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840826#M939331</link>
      <description>This is one of the classic it depends question. If the question is "Is one insert of a 30 column table faster than 10 inserts into tables of 3 columns each?" The answer is one table is much faster especially when you realize that you must have some sort of 'glue' (joins) to hold these 10 related tables. &lt;BR /&gt;&lt;BR /&gt;The general answer to this question is make the number of columns larger but limit the number of indices. Performance tends to really suffer when the value of one column changes and that causes 15 indices to be altered.&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Nov 2002 20:11:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840826#M939331</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-11-07T20:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle columns</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840827#M939332</link>
      <description>General rules of thumb:&lt;BR /&gt;&lt;BR /&gt;Primary key columns first.&lt;BR /&gt;Foreign key columns next.&lt;BR /&gt;Frequently searched columns next.&lt;BR /&gt;Frequently updated columns later.&lt;BR /&gt;Nullable columns last.&lt;BR /&gt;Least used nullable columns after more frequently used nullable columns.&lt;BR /&gt;Blobs in own table with few other columns.&lt;BR /&gt;&lt;BR /&gt;Performance issues:&lt;BR /&gt;&lt;BR /&gt;Chained rows (row doesn't fit in a block -&amp;gt; multiple reads).&lt;BR /&gt;Updating indexed columns.&lt;BR /&gt;Updating indexed columns in block.&lt;BR /&gt;Updates increasing row size (row migration or chaining).&lt;BR /&gt;Trailing null columns not written to database (less data).&lt;BR /&gt;&lt;BR /&gt;Recommendations:&lt;BR /&gt;&lt;BR /&gt;Normalize data.&lt;BR /&gt;Don't split tables for performance.  (Possible &lt;BR /&gt;exception for tombstone data&lt;BR /&gt;versus high update derived&lt;BR /&gt;data, such as product info and&lt;BR /&gt;product inventory info).&lt;BR /&gt;Don't spend too much time tuning the database before &lt;BR /&gt;implementation.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Nov 2002 15:01:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-columns/m-p/2840827#M939332</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-08T15:01:51Z</dc:date>
    </item>
  </channel>
</rss>

