Re: Restart time

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Jean Arnaud <Jean(dot)Arnaud(at)inrialpes(dot)fr>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Restart time
Date: 2006-12-05 18:16:49
Message-ID: 8738.1165342609@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Jean Arnaud <Jean(dot)Arnaud(at)inrialpes(dot)fr> writes:
> Is there a relation between database size and PostGreSQL restart duration ?

No.

> Does anyone now the behavior of restart time ?

It depends on how many updates were applied since the last checkpoint
before the crash.

If you're talking about startup of a cleanly-shut-down database, it
should be pretty much constant time.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Steinar H. Gunderson 2006-12-05 18:17:33 Re: Performance of ORDER BY
Previous Message Tom Lane 2006-12-05 18:02:06 Re: Performance of ORDER BY