No.  There is no provision for "deferred index creation" in Oracle.  Having
faced similar issues with large, hot OKTP systems, I can sympathize.  Be very
picky about what indexes are allowed on tables with high insert rates.  Careful
segregation of the affected segments between disks.can help also.

-Don Granaman
[certifiable OraSaurus]

----- Original Message -----
To: "Multiple recipients of list ORACLE-L" <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 8:30 AM


> List,
>
> Environment: Solaris 7 : Oracle 817 : OLTP system with stringent throughput
> requirements
>
> A transaction inserts a record into 4 tables.  After successful insert into
> all the four tables, the transaction issues a commit. Many alternate index
> keys (AK's) are defined on each table. Expected number of transactions : 300
> - 400 transactions per second.
>
> Requirement:
>
> While insert is taking place on the tables, I do not want to create indexes.
> Immediately After the transaction is committed, I want to create indexes for
> the inserted record.  I do not want disable the indexes during the
> transaction processing.
>
> Is the above requirement feasible? Or am I on a wrong path?  Please advise.
>
> Thanks,
>
> Rao
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Rao, Maheswara
>   INET: [EMAIL PROTECTED]
>
> 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: [EMAIL PROTECTED] (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: Don Granaman
  INET: [EMAIL PROTECTED]

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: [EMAIL PROTECTED] (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).

Reply via email to