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

Home -> Community -> Mailing Lists -> Oracle-L -> Inserting records into a table without creating indexes

Inserting records into a table without creating indexes

From: Rao, Maheswara <Maheswara.Rao_at_Sungardp3.com>
Date: Tue, 11 Sep 2001 05:37:38 -0700
Message-ID: <F001.0038971F.20010911053021@fatcity.com>

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: Maheswara.Rao_at_Sungardp3.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 Tue Sep 11 2001 - 07:37:38 CDT

Original text of this message

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