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 -> Re: Would this be a bottleneck?

Re: Would this be a bottleneck?

From: damorgan <dan.morgan_at_ci.seattle.wa.us>
Date: Tue, 26 Feb 2002 21:11:17 GMT
Message-ID: <3C7BF9F4.CBD388D0@ci.seattle.wa.us>


Not if done correctly. Look at the various Oracle indexing options. You will likely not want to use the standard B*Tree indexes.

Daniel Morgan

Buffy The Cache Coder wrote:

> I need to know if the following is a good idea.
> Or would it be a performance bottleneck.
>
> I have upto 100 programs running at once
> that make logs. And, I need an 'overseer'
> program that tracks the logs. And possibly
> gives updates to an enduser based on
> log entries.
>
> Instead of having 100 files to track, I could
> have all 100 programs insert log entries into
> a log table on Oracle. This would make it
> much easier for an 'overseer' program to
> track what is going on.
>
> The question is, would this be a serious
> performance bottleneck. Keep in mind
> the log table is used just for inserting,
> rarely any updating, and periodical reading.
>
> comment? thoughts? suggestions?
>
> thanks in advance.
Received on Tue Feb 26 2002 - 15:11:17 CST

Original text of this message

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