
|
RE: INSERT Performance in Benchmark ?
- From: VIVEK_SHARMA <VIVEK_SHARMA@xxxxxxxxxxx>
- To: Finn Jorgensen <finn.oracledba@xxxxxxxxx>
- Date: Thu, 3 Jul 2008 16:49:42 +0530
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@xxxxxxxxx]
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***
Other related posts:RE: INSERT Performance in Benchmark ? Re: INSERT Performance in Benchmark ?
|

|

|
[ Home |
Signup |
Help |
Login |
Archives |
Lists
]
All trademarks and copyrights within the FreeLists archives are owned
by their respective owners. Everything else ©2008 Avenir Technologies, LLC.
|

|
|