Heikki Linnakangas <[EMAIL PROTECTED]> writes:
> Greg Smith wrote:
>> My original patch converted the buffers written to MB.
> I don't think we currently use MB in any other log messages. If we go
> down that route, we need to consider switching to MB everywhere.
I left this as submitted by Heik
Heikki Linnakangas <[EMAIL PROTECTED]> writes:
> Here's a reworked version Greg Smith's patch for logging checkpoints.
Applied with minor editorialization.
regards, tom lane
---(end of broadcast)---
TIP 4: Have you searched
On Sat, 30 Jun 2007, Heikki Linnakangas wrote:
I don't think we currently use MB in any other log messages. If we go down
that route, we need to consider switching to MB everywhere.
Are there a lot of messages that speak in terms of buffer pages though?
Other than the debug-level stuff, which
Greg Smith wrote:
On Fri, 29 Jun 2007, Heikki Linnakangas wrote:
LOG: checkpoint complete; buffers written=5869 (35.8%); write=2.081
s, sync=4.851 s, total=7.066 s
My original patch converted the buffers written to MB. Easier to
estimate MB/s by eye; I really came to hate multiplying by 8K.