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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: advanced queuing

Re: advanced queuing

From: A. Bardeen <abardeen1_at_yahoo.com>
Date: Sat, 04 Aug 2001 11:07:48 -0700
Message-ID: <F001.00360B3F.20010804105540@fatcity.com>

Dave,

Benchmarking is very difficult with replication as it's very dependent on the data involved and since every db is different it makes it very hard to compare apples to apples. Tx propagation rates are pretty useless as all tx's are not equal. Is the data involved in a tx that adds a new customer the same as a tx that changes the quantity for one line item in an order? Put a different way, a single transaction can affect one row or a million rows, so all transactions are not equal.

The best thing to look at is the number of calls propagated as a transaction that affects 100 rows will result in 100 calls. Even then all calls are not equal as it depends on the structure of the tables involved.

I'm pretty sure a couple of the sites I've worked with were achieving close to 1000 calls per minute, but I'm going from memory so I'll see if I can find my notes when I'm in the office and post them later.

It all boils down to a matter of proper design, configuration, and tuning. IMHO the ratios should be 60% planning and design; 30% setup, configuration, and testing; and 10% maintenance. People who don't do enough work in the first two phases, inevitably pay for it in terms of administration problems and poor performance.

Some specific issues needing to be considered for performance in a replication environment (in no particular order) are:

These are only a few things that come to mind, but this should give you a good idea. Perhaps others running replication can contribute their experiences.

HTH,


Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: A. Bardeen
  INET: abardeen1_at_yahoo.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 Sat Aug 04 2001 - 13:07:48 CDT

Original text of this message

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