Re: Migrating from Informix to Postgre

From: Tommi Maekitalo <t(dot)maekitalo(at)epgmbh(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Migrating from Informix to Postgre
Date: 2002-10-21 13:03:00
Message-ID: 200210211503.00099.t.maekitalo@epgmbh.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> > 4. Does it support raw devices?
>
> No. We feel the performance improvement on raw devices is minimal.
>
But what about data-integrity? I've learned, that a write on a raw device
guarantees, that the data is physically on the harddisk, when it returns.
When you write into the filesystem you don't even have control about the
order, in which writes are physically executed.

It would be difficult to guarantee dataintegrity, when the datapages are
written before WAL is on the hard-disk. That's why the Informix-people
strongly suggests to use raw-devices.

What does Postgresql do to guaratee it?

Tommi

--
Dr. Eckhardt + Partner GmbH
http://www.epgmbh.de

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Patrick Fiche 2002-10-21 13:30:32 Re: pgAdmin II connection problem
Previous Message Andrei Ivanov 2002-10-21 10:23:30 Re: creating a new type in C