Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: When you should use NOLOGGING while creating indexes
Advantages:
- Less performance overhead in creating the indexes
Disadvantages:
- Unrecoverable. Ie. If the Database is not shutdown normally after the
creation of the indexes (SHUTDOWN ABORT or crash), you'll have to recreate
those indexes.
Also look at:
- Creating an index in using parallel servers (multiple instances) (I think
this can be done - MAYBE SOMEBODY CAN COMMENT)
- Analyzing your tables and indexes regularly ie. "ANALYSE INDEX <name>
[COMPUTE|ESTIMATE] STATISTICS ...."
Regards
JL
-----Original Message-----
Sent: Monday, February 19, 2001 5:35 AM
To: Multiple recipients of list ORACLE-L
Hi all,
when I should use NOLOGGING while creating indexes:
what are the advantages and what the dis-advantages...
br and thanks,
Hessu
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Heikki Jantunen INET: hjantunen_at_hotmail.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Johan Locke_at_i-Commerce Services INET: Johan.Locke_at_za.didata.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Sun Feb 18 2001 - 22:52:02 CST