Re: Number of Columns in a Table & SQL Performance ?
- From: Martin Berger <martin.a.berger@xxxxxxxxx>
- To: VIVEK_SHARMA@xxxxxxxxxxx
- Date: Mon, 9 Mar 2009 22:26:29 +0100
Vivek,if this leads to chained rows (which is not unlikely at 400 columns and small blocksizes) you will see an affect in performance for sure. Otherwise there are pros and cons, depending on your actual data and access.
I personally have not seen any useful table with 400 columns yet, but your case might be reasonable.
There is also a little cost and performance penalty accessing the later columns, as oracle has to traverse all columns to reach the latest requested, so choose the column order wise.
hth, Martin Am 09.03.2009 um 14:19 schrieb VIVEK_SHARMA:
FolksDoes the number of columns in a table affect the performance of SELECT/INSERT/UPDATE in OLTP Transactions.If so, why?NOTE - Merge of 2 existing tables each has 200 columns approx into a single Table is being planned..Thanks in Advance Vivek
- References:
- Number of Columns in a Table & SQL Performance ?
- From: VIVEK_SHARMA
- Number of Columns in a Table & SQL Performance ?
Other related posts:
- » Number of Columns in a Table & SQL Performance ? - VIVEK_SHARMA
- » Re: Number of Columns in a Table & SQL Performance ? - Subodh Deshpande
- » RE: Number of Columns in a Table & SQL Performance ? - Pratap Singh (prsingh1)
- » Re: Number of Columns in a Table & SQL Performance ? - Stephane Faroult
- » Re: Number of Columns in a Table & SQL Performance ? - Greg Rahn
- » Re: Number of Columns in a Table & SQL Performance ? - Martin Berger
- » Re: Number of Columns in a Table & SQL Performance ? - Toon Koppelaars
- » RE: Number of Columns in a Table & SQL Performance ? - Mark W. Farnham
- » Re: Number of Columns in a Table & SQL Performance ? - John Kanagaraj
- » RE: Number of Columns in a Table & SQL Performance ? - Powell, Mark D
- » Re: Number of Columns in a Table & SQL Performance ? - Riyaj Shamsudeen
- » Re: Number of Columns in a Table & SQL Performance ? - Greg Rahn
- » Re: Number of Columns in a Table & SQL Performance ? - Jared Still