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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: draft RFC: concept for partial, wal-based replication
Дата
Msg-id 3947.1259593644@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: draft RFC: concept for partial, wal-based replication  (Craig Ringer <craig@postnewspapers.com.au>)
Ответы Re: draft RFC: concept for partial, wal-based replication
Список pgsql-hackers
Craig Ringer <craig@postnewspapers.com.au> writes:
> Just a side note: in addition to its use for partial replication, this
> might have potential for performance-prioritizing databases or tablespaces.

> Being able to separate WAL logging so that different DBs, tablespaces,
> etc went to different sets of WAL logs would allow a DBA to give some
> databases or tablespaces dedicated WAL logging space on faster storage.

I don't think this can possibly work without introducing data corruption
issues.  What happens when a transaction touches tables in different
tablespaces?  You can't apply the changes out-of-order.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch: Remove gcc dependency in definition of inline functions
Следующее
От: Marko Kreen
Дата:
Сообщение: Re: Patch: Remove gcc dependency in definition of inline functions