Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Statspack consolidation
Everything that Paul said...
...expanding on the partitioning idea (if you're licensed for it)...
Consider using LIST partitioning on DBID for all PERFSTAT tables that have a DBID column (i.e. just about all except one or two). I've worked on situations where we consolidated LOTS of statspack repositories, and reporting performance can really suffer when lots of data from lots of different databases. The standard "spreport.sql" STATSPACK report does not really differentiate on DBID, but the custom reports that you build within this "master STATSPACK repository" will certainly all have DBID as a filtering predicate within the WHERE clause. List partitioning on DBID will allow you to scale performance a lot better...
on 4/29/05 10:55 AM, Paul Drake at bdbafh_at_gmail.com wrote:
> On 4/29/05, daniel.hubler_at_aurora.org <daniel.hubler_at_aurora.org> wrote:
>> We are contemplating creating a single Statpack database, on one >> server/instance, >> and pushing all of our Statspack data to it. This would probably include >> data from 7-8 instances. >> We are guessing that we are not the first to consider this. >> =20 >> Does anyone have any guidelines/comments/horror stories/direction to giv=
>> on this idea? >> =20 >> Any thoughts appreciated!
-- http://www.freelists.org/webpage/oracle-lReceived on Fri Apr 29 2005 - 15:20:42 CDT
![]() |
![]() |