Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)

From: Richard Huxton <dev(at)archonet(dot)com>
To: apoc9009(at)yahoo(dot)de
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)
Date: 2007-09-06 09:52:26
Message-ID: 46DFCDDA.2090508@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

apoc9009 wrote:
> Hi Hackers,
>
> In my Project i have to handle a Database with 600 GByte Text only,
> distributed on 4 Tablespaces
> on multiple Harddisks and Remote SAN's connected via Gigaethernet to the
> Remote SAN-Storage.
>
> I need more flexibility by doing Backups of my big Database, but the
> built in Online Backupsystem
> dont work for my Setup good enought for me. I Can not accept 16 MByte
> big WAL's Files
> for securing it on Tape. 16 MByte Data loss on a Crash Situation is
> Fatal and no helpfully
> (1 MByte to). I wish to have a continoues Backup without any data losses.

http://www.postgresql.org/docs/8.2/static/warm-standby.html
Particularly section 23.4.4

That can get you to 1 second or less.

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message apoc9009 2007-09-06 10:15:32 Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)
Previous Message Dave Page 2007-09-06 09:11:16 Re: Has anyone tried out the PL/pgSQL debugger?