Re: [HACKERS] WAL archiving idle database
От | Jeff Davis |
---|---|
Тема | Re: [HACKERS] WAL archiving idle database |
Дата | |
Msg-id | 1193441286.7624.117.camel@dogma.ljc.laika.com обсуждение исходный текст |
Ответ на | Re: WAL archiving idle database (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: [HACKERS] WAL archiving idle database
|
Список | pgsql-general |
On Fri, 2007-10-26 at 18:47 -0400, Tom Lane wrote: > Jeff Davis <pgsql@j-davis.com> writes: > > What's happening is that you have a checkpoint_timeout of 5 minutes, and > > that checkpoint must write a checkpoint record in the WAL, prompting the > > archiving. > > > If you want it to happen less frequently, it's often safe to have > > checkpoint timeout set to something larger by a reasonable amount. > > I think you're confusing checkpoint_timeout and archive_timeout... Thanks for clarifying it. The user-visible behavior, as I understand it, is that the time between archiving on an idle database is: MAX(archive_timeout,checkpoint_timeout) [ of course, there's no guarantee that the archive_command succeeds in that time ] It looks like checkpoint_timeout was the limiting factor, in his case. Regards, Jeff Davis
В списке pgsql-general по дате отправления: