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: Hard disk configuration for fast write (Insert)

Re: Hard disk configuration for fast write (Insert)

From: sybrandb <sybrandb_at_gmail.com>
Date: 16 Nov 2006 07:18:30 -0800
Message-ID: <1163690310.114615.263860@h48g2000cwc.googlegroups.com>

On Nov 16, 4:06 pm, Volker Hetzer <firstname.lastn..._at_ieee.org> wrote:
> Charles Hooper schrieb:
>
>
>
> > Volker Hetzer wrote:
> >> Sam schrieb:
> >>> Hi There,
> >>> What is the best Hard disk (Raid or striping) configuration (With minimum
> >>> number of hard disk) for a Oracle database with lot's of
> >>> Insert but not that much of read (query), also this database dos not need to
> >>> be in archive mode (Data is not that critical right now).
> >> Striping, typically 1MB stripes. No mirroring.
> >> Of course, with a nologging database, the only recourse with a corrupt block
> >> is to find out the relevant object and drop/recreate it. With a corrupt block
> >> in a system table this means a reinstall.
> >> But you /did/ ask for maximum write performance.
> > A no logging database - an Oracle database without online redo logs?
> > Would this Oracle database also not offer undo?
>
> > The NOLOGGING clause applies to the initial creation of the objects
> > only, not any DML that may take place on the tables, indexes, etc.
> > after creation.
> >http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:95...The doc says different:http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/cla...
>
> But you are right, I mixed up the terminology. I meant, a database without
> archiving logs. For maximum performance, logging could be turned off too.
> It can be turned off at table level. A default can be set for the tablespace too.
> To be honest, thats what I'd recommend: Run the database in archive log mode
> and put the high performance data structures in a nologging tablespace. That
> way you can at least recover the system stuff if you screw up. Of course,
> system dependencies and triggers can still exist, negating the nologging
> benefits. Spatial is particularly nasty in that regard.
>
> Lots of Greetings!
> Volker
> --
> For email replies, please substitute the obvious.- Hide quoted text -- Show quoted text -

Please study what nologging *really* means, and which operations are not being logged, and please stop providing unprofessional advice. Will you pay when people start to sue you, because they followed up this bs?

-- 
Sybrand Bakker
Senior Oracle DBA
Received on Thu Nov 16 2006 - 09:18:30 CST

Original text of this message

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