RE: Beta 3 question(s)

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Mitch Vincent'" <mitch(at)venux(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: RE: Beta 3 question(s)
Date: 2001-01-22 18:03:36
Message-ID: 8F4C99C66D04D4118F580090272A7A234D32A3@sectorbase1.sectorbase.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I see a lot of this when I'm importing data :
>
> DEBUG: copy: line 2865, XLogWrite: new log file created -
> try to increase WAL_FILES
>
> Is that anything to be concerned about?

No, WAL_FILES affects performance only.

> Do I need to increase WAL_FILES? If so, how?

You may ignore this for data import, but it's good
to have WAL_FILES >= 1 for database use under high load.
Sorry, Oliver Elphick and me write WAL docs right now -
should be ready in 1-2 days.

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Dan Lyke 2001-01-22 18:50:32 'enum' equivalent?
Previous Message Tom Lane 2001-01-22 18:01:32 Re: FW: Postgresql on win32