Re: pg_xlog content

From: Siddharth Shah <siddharth(dot)shah(at)elitecore(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_xlog content
Date: 2008-12-03 05:20:30
Message-ID: 4936171E.4080606@elitecore.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Albe Laurenz wrote:
> Siddharth Shah wrote:
>
>> I am not using wall based replication ? I no not have frequent &
>> long transaction , need of checkpoints
>> Just want to get what data resides in pg_xlog that it takes 16MB without
>> any transactions.
>>
>
> It contains the transaction log files.
>
> The files are precreated with a size of 16MB and filled with log entries.
> There will normally be several of those files around.
>
> Since your main objective is to keep size small, you can change
> the default of 16MB by setting XLOG_SEG_SIZE in src/include/pg_config_manual.h
> to a smaller value.
>
> Yours,
> Laurenz Albe
>
>
>
Thanks for info, will help me.
Yes, Objective is to reduce the size, Does setting XLOG_SEG_SIZE to
lower size make any difference in performance.
Is there any content other than log that that postgres refers from pg_xlog

regards,
Siddharth

In response to

Browse pgsql-general by date

  From Date Subject
Next Message elekis 2008-12-03 07:20:19 Fwd: Fwd: Cannot open include file: 'nodes/nodes.h'
Previous Message justin 2008-12-03 02:49:50 Re: returns numbers of record