Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Effect of Blob Column on Statistics

RE: Effect of Blob Column on Statistics

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Wed, 26 Oct 2005 08:21:28 +0200
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF204E45@MSXVS04.trivadis.com>


Deepak

>Want to know when I collect statistics of a table using DBMS_STATS
>package, is there any statistics related to BLOB column are gathered?
>
>Let's suppose
>> I gathered the statistics of a table T1 using DBMS_STATS.
>> Added a Blob column to the table T1.
>
>Need I collect statistics for the table T1 again? If I do not, then
>will it affect the performance?

Notice that the size of the table changes if you add a BLOB column, even if the BLOB is stored out-of-line. Therefore, you probably need to gather the stats...

Regards,
Chris

New Features Oracle Database 10g Release 2 seminars @ www.trivadis.com Italiano: Lugano (24-Nov)
Français: Genève (17-Nov)
Deutsch: Düsseldorf (23-Nov), Zürich (29-Nov), Stuttgart (13-Dec)

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Oct 26 2005 - 01:23:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US