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

Home -> Community -> Usenet -> comp.databases.oracle -> Re: Create Multi record

Re: Create Multi record

From: AK <ak_tiredofspam_at_yahoo.com>
Date: 26 Mar 2004 19:36:49 -0800
Message-ID: <46e627da.0403261936.267c69ff@posting.google.com>

>
> For performance issue in Oracle (Please refer <Oracle performance and
> tunning>), avoid using JOIN if possible, and avoid using CASE if possible,
> especially avoid using them together. It costs much data buffer cache and
> CPU resource. More SQLs cost also more space in shared pool and SQLs (in
> shared pool, it is called curser) parse time.

did a little bit of benchmarking, the performance wasn't bad, not at all. there are no hard and fast rules in queries optimization Received on Fri Mar 26 2004 - 21:36:49 CST

Original text of this message

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