Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> would nologging work on alter table add primary key ?
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:
thanks ted Received on Thu Jul 17 2003 - 16:37:28 CDT
![]() |
![]() |