Re: draft RFC: concept for partial, wal-based replication

Поиск
Список
Период
Сортировка
От Hans-Jürgen Schönig
Тема Re: draft RFC: concept for partial, wal-based replication
Дата
Msg-id EAC5CB76-8A8A-4AE5-8294-1E48997DDD1A@cybertec.at
обсуждение исходный текст
Ответ на Re: draft RFC: concept for partial, wal-based replication  (Craig Ringer <craig@postnewspapers.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Hans-Jürgen Schönig
Дата:
Сообщение: Re: draft RFC: concept for partial, wal-based replication
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: set the cost of an aggregate function