Re: quick statistics question

  • From: David Roberts <big.dave.roberts@xxxxxxxxxxxxxx>
  • To: maureen.english@xxxxxxxxxx
  • Date: Thu, 18 Dec 2014 00:27:24 +0000

We are a year on from a painful 11g upgrade. You don't provide a lot of
detail, so my suggestions will be speculative.

I would enquire if you have gathered system statistics. I would also
enquire if there are histogram stats on any of the columns on the joins in
the poorly performing queries.

System statistics can be quite problematic if not representative. 11g is a
lot keener on generating histogram stats than 10g, histogram stats can lead
to quite unpredictable performance changes.

The above advice is speculative, if you provide specific oracle version
numbers and example plans then we may be able to help you more.

Dave
On 17 Dec 2014 21:29, "Maureen English" <maureen.english@xxxxxxxxxx> wrote:

> Thanks Mark!
>
> On Wed, Dec 17, 2014 at 10:06 AM, Powell, Mark <mark.powell2@xxxxxx>
> wrote:
>
>>  You do not have to delete the statistics before you force the
>> statistics to be re-gathered if you are going to use
>> gather_table_statistics.  If will replace what is there.
>>
>>
>>
>>
>>
>> *From:* oracle-l-bounce@xxxxxxxxxxxxx [mailto:
>> oracle-l-bounce@xxxxxxxxxxxxx] *On Behalf Of *Maureen English
>> *Sent:* Wednesday, December 17, 2014 10:25 AM
>> *To:* oracle-l@xxxxxxxxxxxxx
>> *Subject:* quick statistics question
>>
>>
>>
>> We just migrated our reporting instance from 10g to 11g and I planned to
>> let Oracle do all the
>>
>> statistics gathering using the automatic jobs.  Unfortunately, I also
>> imported the statistics from
>> the old database as part of the migration and now I have queries that are
>> consistently hanging.
>>
>> I think I need a sanity check.  Does it make sense to delete the
>> statistics on the tables
>>
>> involved in these queries, and then gather them with the basic gather
>> table stats statement?
>>
>> Since these are all materialized views that get refreshed (either
>> complete or fast) just about
>> every night, I was hoping that Oracle would just decide that statistics
>> needed to be generated
>> on them after they were refreshed.
>>
>> - Maureen
>>
>
>

Other related posts: