From: "John Jones" <john.jones@duke.edu>
Newsgroups: comp.databases.oracle.server
Subject: Re: how to estimate space saved with index reuild
Date: Tue, 12 Dec 2000 14:11:11 -0500
Organization: Duke University, Durham, NC, USA
Lines: 68
Message-ID: <915ta0$8b7$1@news.duke.edu>
References: <9133dq$jik$1@nnrp1.deja.com> <913ima$2pg3r$5@ID-62141.news.dfncis.de> <915lsa$lr6$1@nnrp1.deja.com>
NNTP-Posting-Host: soleri.oit.duke.edu
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300


Have you tried "gzip -1".  Using that option of gzip cut my backups in half.


--
John Jones
Senior Oracle DBA
Duke University, OIT
john.jones@duke.edu
Allan Plesniarski <aplesnia@my-deja.com> wrote in message
news:915lsa$lr6$1@nnrp1.deja.com...
> The tar|gzip is used for cloning production to reporting, and backup
> purposes.  My first thought was to use export/import for this as well,
> until the time constraints were made evident.  BTW, this is a 7.3.4.4
> environment.
>
> There are a lot of batch runs that consume processing time every night,
> and they must all complete before users start to sign on in the morning
> in order to meet service level agreements.  Would you believe the backup
> window is 10 minutes?  How can this be achieved with a 50GB database?
>
> Enter Veritas.  The environment is on Sun running Veritas filesystem.
> Veritas has the ability to take a block level snapshot of files.  The
> production database is shut down, and Veritas initializes a user
> configurable staging area where block changes will be kept.  This takes
> approx 10 min for a 2GB staging area.  The production database can then
> be brought up.  A tar|gzip of what appear to be cold database files is
> taken from the snapshot.  Veritas reads the blocks for the tar|gzip from
> either the actual database files if they have not been changed, or from
> the snapshot if they have been changed.
>
> The initial problem still exists, how to shorten the tar|gzip time
> so it does not contend for resources with other jobs.
>
> Allan
>
> In article <913ima$2pg3r$5@ID-62141.news.dfncis.de>,
>   "Sybrand Bakker" <postbus@sybrandb.demon.nl> wrote:
> > export the database, indexes are not exported.
> >
> > Regards,
> >
> > Sybrand Bakker, Oracle DBA
> >
> > "Allan Plesniarski" <aplesnia@my-deja.com> wrote in message
> > news:9133dq$jik$1@nnrp1.deja.com...
> > > Hi, we have a tar|gzip of a production database that takes too long.
> > > One suggestion for shortening the time is to rebuild the indexes,
> > > thereby removing the deleted nodes and shortening the tar|gzip time.
> > > In order to do a cost/benefit analysis, how does one estimate the
> > > amount of space freed after rebuilding an index?
> > >
> > > Any other way to speed up a tar|gzip?
> > > Database size is approx 50 GB.
> > >
> > > Thanks,
> > > Allan
> > >
> > >
> > > Sent via Deja.com http://www.deja.com/
> > > Before you buy.
> >
> >
>
>
> Sent via Deja.com
> http://www.deja.com/



