Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: LOCALLY MANAGED EXTENT PERFORMANCE
Exactly why might a large number of extents be a bad thing? In other words,
are you sure you are attaching the proper level of importance to the issue?
To help figure out if this is true, can you describe exactly what operations might be affected by the number of extents, and how? Queries? Inserts/updates/deletes? Truncates? Drops? Monitoring queries?
And, are you certain that autoLMT resolves the problem of "too many extents"? Isn't there an upper limit on extent size even with autoLMT? If so, then how is this different from intelligently sized uniform LMTs?
My apologies for the Socratic questioning, but this thread contained too many assertions that need a little more examination...
-Tim
on 4/22/05 11:07 PM, Dogan, Ibrahim - Ibrahim at Ibrahim.Dogan_at_Lowes.com wrote:
> > Even with LMTs, you still wory about number of extents whenever you run > any command that performs extent allocation/deallocation (create > table/rebuild index/truncate table etc..) > > My point was that I saw many people going back to DMT because of very > same issue you're experiencing with LMTs.. When LMT with uniform extent > size is used, you need to babysit the segments to make sure they don't > go beyong couple thousand extents.. But you don't have this problem if > you use LMT with AUTO extent allocation. My biggest table is 27G in a > AUTO LMT and it has around 600 extents.. > > I generally prefer AUTO LMT and reorg the tables after bulk deletes... > > > Thanks, > > Ibrahim DOGAN > Sr. Sybase/Oracle DBA > www.lowes.com > >
-- http://www.freelists.org/webpage/oracle-lReceived on Sun Apr 24 2005 - 15:49:12 CDT