Re: Load Distributed Checkpoints, final patch
От
Tom Lane
Тема
Re: Load Distributed Checkpoints, final patch
Дата
Msg-id
28277.1182890641@sss.pgh.pa.us
Ответ на
Re: Load Distributed Checkpoints, final patch (Heikki Linnakangas)
Список
Дерево обсуждения
Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Bruce Momjian <bruce@momjian.us>
Re: Load Distributed Checkpoints, final patch Bruce Momjian <bruce@momjian.us>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Greg Smith <gsmith@gregsmith.com>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Bruce Momjian <bruce@momjian.us>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Gregory Stark <stark@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Michael Glaesemann <grzm@seespotcode.net>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Tom Lane <tgl@sss.pgh.pa.us>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Gregory Stark <stark@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Heikki Linnakangas <heikki@enterprisedb.com>
Re: Load Distributed Checkpoints, final patch Greg Smith <gsmith@gregsmith.com>
Re: Load Distributed Checkpoints, final patch Greg Smith <gsmith@gregsmith.com>
Heikki Linnakangas writes: > We could just allow any value up to 1.0, and note in the docs that you > should leave some headroom, unless you don't mind starting the next > checkpoint a bit late. That actually sounds pretty good. Yeah, that sounds fine. There isn't actually any harm in starting a checkpoint later than otherwise expected, is there? The worst consequence I can think of is a backend having to take time to manufacture a new xlog segment, because we didn't finish a checkpoint in time to recycle old ones. This might be better handled by allowing a bit more slop in the number of recycled-into-the-future xlog segments. Come to think of it, shouldn't we be allowing some extra slop in the number of future segments to account for xlog archiving delays, when that's enabled? regards, tom lane
В списке pgsql-patches по дате отправления