Re: draft RFC: concept for partial, wal-based replication - Mailing list pgsql-hackers

From Hans-Jürgen Schönig
Subject Re: draft RFC: concept for partial, wal-based replication
Date
Msg-id EAC5CB76-8A8A-4AE5-8294-1E48997DDD1A@cybertec.at
Whole thread Raw
In response to Re: draft RFC: concept for partial, wal-based replication  (Craig Ringer <craig@postnewspapers.com.au>)
List pgsql-hackers
>
> Just a side note: in addition to its use for partial replication, this
> might have potential for performance-prioritizing databases or
> tablespaces.



hello ...

this is an absolutely non-starter. the WAL is designed to be "hyper
ordered" and hyper critical. once you fuck up order you will end up
with a total disaster. WAL has to be applied in perfect order without
skipping depending objects and so on. any concept which tries to get
around those fundamental law is either broken.
hans


--
Cybertec Schönig & Schönig GmbH
Reyergasse 9 / 2
A-2700 Wiener Neustadt
Web: www.postgresql-support.de



pgsql-hackers by date:

Previous
From: Hans-Jürgen Schönig
Date:
Subject: Re: draft RFC: concept for partial, wal-based replication
Next
From: Jaime Casanova
Date:
Subject: Re: set the cost of an aggregate function