Re: what are the pg_clog and pg_xlog directories ?

From: "Tomeh, Husam" <htomeh(at)firstam(dot)com>
To: "Joao Miguel Ferreira" <jmf(at)estg(dot)ipvc(dot)pt>, pgsql-novice(at)postgresql(dot)org
Subject: Re: what are the pg_clog and pg_xlog directories ?
Date: 2006-05-05 17:04:08
Message-ID: CB0FB369FF86E248A884BCC002562BCB010C0D9F@pisgsna01sxch01.ana.firstamdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


pg_xlog contains Postgres Write Ahead Logs (WAL, Postgres
implementation of transaction logging) files (normally 16MB in size,
each).
pg_clog contains the commit log files which contain transaction commit
status of a transaction. One main purpose is to perform a database
recovery in case of a crash by replaying these logs.

----

Husam
http://firstdba.googlepages.com

-----Original Message-----
From: pgsql-novice-owner(at)postgresql(dot)org
[mailto:pgsql-novice-owner(at)postgresql(dot)org] On Behalf Of Joao Miguel
Ferreira
Sent: Friday, May 05, 2006 5:31 AM
To: pgsql-novice(at)postgresql(dot)org
Subject: [NOVICE] what are the pg_clog and pg_xlog directories ?

Hello all,

can anyone tell me what are the 'pg_xlog' e 'pg_clog' directories in
/var/lib/pgsql/data ?

thanks

joao

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
**********************************************************************
This message contains confidential information intended only for the use of the addressee(s) named above and may contain information that is legally privileged. If you are not the addressee, or the person responsible for delivering it to the addressee, you are hereby notified that reading, disseminating, distributing or copying this message is strictly prohibited. If you have received this message by mistake, please immediately notify us by replying to the message and delete the original message immediately thereafter.

Thank you.

FADLD Tag
**********************************************************************

Browse pgsql-novice by date

  From Date Subject
Next Message Chansup Byun 2006-05-05 19:21:40 looking for some suggestions
Previous Message Tom Lane 2006-05-05 16:52:10 Re: Memory consumption problem