Re: VacuumDB generating huge WAL filed

From: vignesh kumar <vigneshkumar(dot)venugopal(at)outlook(dot)com>
To: SASIKUMAR Devaraj <sashikumard(at)yahoo(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: VacuumDB generating huge WAL filed
Date: 2024-12-12 15:07:10
Message-ID: MN0PR20MB49129306EE76C40E778EE7A5873F2@MN0PR20MB4912.namprd20.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Check for the max walsize allocated in postgresql.conf and also check on checkpoint completion target default is 0.9 this says how frequent the checkpoint can be applied that adds to wal lan generation.

First do a table level vaccuum and see what's causing it to write more wal files.

Sent from Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: SASIKUMAR Devaraj <sashikumard(at)yahoo(dot)com>
Sent: Thursday, December 12, 2024 11:38:26 AM
To: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: VacuumDB generating huge WAL filed

Hi All

When we are running vacuumdb for our database of 1.5TB it is generating approximately 60GB of WAL files? Any way we can reduce this WAL file generation?

Regards
Sasi

Sent from Yahoo Mail for iPhone<https://mail.onelink.me/107872968?pid=nativeplacement&c=Global_Acquisition_YMktg_315_Internal_EmailSignature&af_sub1=Acquisition&af_sub2=Global_YMktg&af_sub3=&af_sub4=100000604&af_sub5=EmailSignature__Static_>

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message SASIKUMAR Devaraj 2024-12-13 10:03:51 Re: VacuumDB generating huge WAL filed
Previous Message Dischner, Anton 2024-12-12 15:05:57 AW: Psql not working