Plans for Hot Standby

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Plans for Hot Standby
Дата
Msg-id 1222849129.4445.1420.camel@ebony.2ndQuadrant
обсуждение исходный текст
Список pgsql-hackers
Brief overview of plans over the next month:

There are two patches available now that are essential to Hot Standby.
* Infrastructure Changes for Recovery (recovery_infrastruc.v8.patch)
* Subtransaction Commits and Hot Standby (atomic_subxids.v4.patch)

Other patches will be coming soon, probably in 3 phases:
* connect, take snapshots, run queries
* block locking - allows active WAL recovery while queries in progress
* DDL locking - allows replay of relation locks during recovery

All help given so far has been greatly appreciated. Further input,
reviews and assistance will be essential. Many thanks.

-- Simon Riggs           www.2ndQuadrant.comPostgreSQL Training, Services and Support



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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: WAL recovery is broken by FSM patch
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: Block-level CRC checks