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

Home -> Community -> Usenet -> c.d.o.server -> would nologging work on alter table add primary key ?

would nologging work on alter table add primary key ?

From: Ted Chyn <tedchyn_at_yahoo.com>
Date: 17 Jul 2003 14:37:28 -0700
Message-ID: <44a19320.0307171337.1fe30685@posting.google.com>


create index .. nologging can reduce the amount of redo generation. Is this true for ' alter table add constraint primary key ( ) using

                   index tablespace '

I did a test on this and found there is no reduction in redo generation when using 'alter table add constraint primary key' to create primary key index.

my question:

  1. Is my observation correct ?
  2. If so why the difference ?

thanks ted Received on Thu Jul 17 2003 - 16:37:28 CDT

Original text of this message

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