Re: [GENERAL] postmaster startup time

2006-02-01 Thread Tom Lane
"Steve Oualline" <[EMAIL PROTECTED]> writes: > What's the longest time you'd expect between the execution of the=20 > postmaster command and being able to connec? Normal startup is a second or two on any modern hardware. If you have to recover from WAL, though, it could be very long. A rule of t

[GENERAL] postmaster startup time

2006-02-01 Thread Steve Oualline
Title: postmaster startup time What is the maximum time it takes for postmaster to start? Postmaster takes some time to open it's connections, process any WAL entries, and start accepting connections. What's the longest time you'd expect between the execution of the postmaster command