RE: INSERT Performance in Benchmark ?

From: VIVEK_SHARMA <VIVEK_SHARMA_at_infosys.com>
Date: Thu, 3 Jul 2008 16:49:42 +0530
Message-ID: <69E1360E54B50C4A828A136C158E47420415016609@BLRKECMBX02.ad.infosys.com>


Thanks V much Finn for the Advice.

Subject to Business feasibility, we would like to batch the OLTP INSERT Transactions entered by the various Data entry Operators.

App writing to MQ -> Some sample Examples / pointers / Docs / Links on how to implement this with a Java Application connecting to Oracle 10gR2 Database pls?

Is MQ an Oracle specific feature or available MS*SQL Server DB too?

APP = Banking Java Application uses Oracle thin driver to connect to the Database.

Dedicated Server process connections to Database.

Cheers

Vivek

-----Original Message-----

From: Finn Jorgensen [mailto:finn.oracledba_at_gmail.com] Sent: Friday, June 13, 2008 4:43 AM

Lots of information missing (like how many rows per day/month etc.),

but last time I dealt with an app that had that kind of behaviour and

needed to insert about a billion rows per month, we made the app write

the data to a MQ, which physically separated the app from the database

and thus the app wasn't dependent on the db, and the MQ could then do

batch inserts instead of the app inserting one row at a time with a

possible commit after each row (Yikes!). This method worked very well.

Finn

  • CAUTION - Disclaimer ***************** This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely for the use of the addressee(s). If you are not the intended recipient, please notify the sender by e-mail and delete the original message. Further, you are not to copy, disclose, or distribute this e-mail or its contents to any other person and any such actions are unlawful. This e-mail may contain viruses. Infosys has taken every reasonable precaution to minimize this risk, but is not liable for any damage you may sustain as a result of any virus in this e-mail. You should carry out your own virus checks before opening the e-mail or attachment. Infosys reserves the right to monitor and review the content of all messages sent to or from this e-mail address. Messages sent to or from this e-mail address may be stored on the Infosys e-mail system. ***INFOSYS******** End of Disclaimer ********INFOSYS***

--

http://www.freelists.org/webpage/oracle-l Received on Thu Jul 03 2008 - 06:19:42 CDT

Original text of this message