From: | "Simon Crute" <Simon(at)geordie(dot)demon(dot)co(dot)uk> |
---|---|
To: | <pgsql-general(at)postgresql(dot)org> |
Subject: | How robust is postgresql ? |
Date: | 2001-03-06 07:26:31 |
Message-ID: | 00d301c0a60e$c488da70$0419a8c0@rimmer |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi all,
We're writing an app in Perl and currently using Oracle as the backend
database (via the perl DBI) but due to the costs when we put this live we're
thinking of useing Postgresql.
However we need to know how crash resistant Posgresql is. Oracle has the
"Archive log mode" which writes a log of everything that's casued the
database to change. This allows you to recoved it properly in the event of a
crash.
Does Postgresql have anything simmilar ? I've read about Postgresql's "fsync
mode". Does this guarantee that the data is written to the disk properly and
that the in the even of a crash (such as power outage etc) the database will
still be correct ?
The other question is Backups. Is there anyway to take diferential backups ?
I.E do a full dump periodically, and then make diferential backups from time
to time (preferably to a differet box)
Thanks.
From | Date | Subject | |
---|---|---|---|
Next Message | Stefan Waidele jun. | 2001-03-06 07:33:54 | Re: interval question |
Previous Message | Gregory Wood | 2001-03-06 04:48:07 | Re: MySQLs Describe emulator! |