Re: Streaming base backups
От
Simon Riggs
Тема
Re: Streaming base backups
Дата
Msg-id
1294362915.19612.16427.camel@ebony
Ответ на
Streaming base backups (Magnus Hagander)
Список
Дерево обсуждения
Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Simon Riggs <simon@2ndQuadrant.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Hannu Krosing <hannu@2ndquadrant.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Hannu Krosing <hannu@2ndquadrant.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Garick Hamlin <ghamlin@isc.upenn.edu>
Re: Streaming base backups Garick Hamlin <ghamlin@isc.upenn.edu>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Garick Hamlin <ghamlin@isc.upenn.edu>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Garick Hamlin <ghamlin@isc.upenn.edu>
Re: Streaming base backups Florian Pflug <fgp@phlo.org>
Re: Streaming base backups Tom Lane <tgl@sss.pgh.pa.us>
Re: Streaming base backups Garick Hamlin <ghamlin@isc.upenn.edu>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Fujii Masao <masao.fujii@gmail.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Fujii Masao <masao.fujii@gmail.com>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Tom Lane <tgl@sss.pgh.pa.us>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Tom Lane <tgl@sss.pgh.pa.us>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Tom Lane <tgl@sss.pgh.pa.us>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
Re: Streaming base backups Cédric Villemain <cedric.villemain.debian@gmail.com>
Re: Streaming base backups Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Streaming base backups Tatsuo Ishii <ishii@postgresql.org>
Re: Streaming base backups Robert Haas <robertmhaas@gmail.com>
Re: Streaming base backups Tatsuo Ishii <ishii@postgresql.org>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Dimitri Fontaine <dimitri@2ndQuadrant.fr>
Re: Streaming base backups Fujii Masao <masao.fujii@gmail.com>
Re: Streaming base backups Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>
Re: Streaming base backups Magnus Hagander <magnus@hagander.net>
Re: Streaming base backups Marti Raudsepp <marti@juffo.org>
On Wed, 2011-01-05 at 14:54 +0100, Magnus Hagander wrote: > The basic implementation is: Add a new command to the replication mode called > BASE_BACKUP, that will initiate a base backup, stream the contents (in tar > compatible format) of the data directory and all tablespaces, and then end > the base backup in a single operation. I'm a little dubious of the performance of that approach for some users, though it does seem a popular idea. One very useful feature will be some way of confirming the number and size of files to transfer, so that the base backup client can find out the progress. It would also be good to avoid writing a backup_label file at all on the master, so there was no reason why multiple concurrent backups could not be taken. The current coding allows for the idea that the start and stop might be in different sessions, whereas here we know we are in one session. -- Simon Riggs http://www.2ndQuadrant.com/books/PostgreSQL Development, 24x7 Support, Training and Services
В списке pgsql-hackers по дате отправления