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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Local managed tablespace better for performance ?

Re: Local managed tablespace better for performance ?

From: Drazen Zoric <drazen.zoric_at_vip.hr>
Date: Wed, 26 Sep 2001 08:57:31 +0200
Message-ID: <9oru7h$m03$1@fstgss02.tu-graz.ac.at>


I have similar question.
Using ADO and Oracle 8.1.7 it takes about 20mS to update single column. I am using batch updates but still it is VERY slow. Is there any way to speed-up AddNew and Updates (UpdateBatch)?

Thanks

"Ron Reidy" <ron_at_indra.com> wrote in message news:3BB0DE86.9758C386_at_indra.com...
> Andreas Wizemann wrote:
> >
> > Hi,
> > i'm considering using local managed tablespaces to speed up a large
> > batch application. Is there an 'easy' way to check, if this will give
> > me the expected performance boost ? Means, can i select some values or
> > ratios from my running system where i can expect to get some benefit ?
> > Like checking cache hit ratio before increasing buffer...
> >
> > Or, which are the 3 most efficient parameters to tune for a job
> > inserting about 200.000 rows ?
> > eg. initrans, freelist, cache, rbs,...
> >
> > DB is 8.1.7.1 on aix 4.3.3-ML08 using IBM ESS SHARK as DASD device.
> >
> > regards
> > Andreas
> > Andreas Wizemann
> Switching to locally managed tablespaces has it's good and bad points.
> Before making this change, you will need to investigate the performance
> of dictionary managed vs. locally managed.
>
> As far as the 3 most efficient parameters...it depends on what the
> problem is. If you are having a wait event that points to freelist
> contention, then that may be a place to look. I will venture to say
> there are other methods you could use to speed up the insert of 200,000
> rows...like use SQL*Loader, or array inserts. It's really hard to
> generalize without knowing what the specifi issues are.
>
> Good luck.
> --
> Ron Reidy
> Oracle DBA
> Reidy Consulting, L.L.C.
Received on Wed Sep 26 2001 - 01:57:31 CDT

Original text of this message

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