Re: [PATCH] pg_upgrade: support for btrfs copy-on-write clones

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: [PATCH] pg_upgrade: support for btrfs copy-on-write clones
Дата
Msg-id 1380722332.31362.YahooMailNeo@web162905.mail.bf1.yahoo.com
обсуждение исходный текст
Ответ на [PATCH] pg_upgrade: support for btrfs copy-on-write clones  (Oskari Saarenmaa <os@ohmu.fi>)
Список pgsql-hackers
Oskari Saarenmaa <os@ohmu.fi> wrote:

> Add file cloning as an alternative data transfer method to pg_upgrade.

> Currently only btrfs is supported, but copy-on-write cloning is also
> available on at least ZFS.  Cloning must be requested explicitly and if
> it isn't supported by the operating system or filesystem a fatal error
> is thrown.
>
> This provides upgrade performance similar to link mode while allowing
> the old cluster to be used even after the new one has been started.

Please add the patch here to make sure it gets reviewed:

https://commitfest.postgresql.org/action/commitfest_view/open

For more information on the process, see:

http://wiki.postgresql.org/wiki/CommitFest


--
Kevin Grittner
EDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company




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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: relscan_details.h
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PERFORM] Cpu usage 100% on slave. s_lock problem.