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

Home -> Community -> Usenet -> c.d.o.server -> Performance: "pl/sql" vs. "OS b-tree files"

Performance: "pl/sql" vs. "OS b-tree files"

From: Ignacio <barbudo_at_ono.com>
Date: Mon, 29 Mar 2004 11:50:30 GMT
Message-ID: <a4U9c.1040$9c.130331@news.ono.com>


Hi,

we're developing an application in which performance is a very important issue (what a new!:)
Database is Oracle 9.2, application language is Java 1.4.2., OS is Solaris 8 (RAM 8GB, 4x750Mhz CPU).

The process needs to query for every object several times (around 10) the same configuration tables, which are stored in Oracle. Every process has millions of objects, so the number of consults made to Oracle would be rather high.
No INSERT statements would be made, only SELECTs.

The two alternatives are:

It is supposed that the Java methods querying in-memory data would beat the pl/sql procedures querying the Oracle tables... Does it worth to dump all the information from Oracle to a B-Tree file, having in mind that Oracle uses the same technique to build indexes? Which solution would be more efficient?

Thank you very much for your comments. Any hint would be welcomed. Received on Mon Mar 29 2004 - 05:50:30 CST

Original text of this message

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