From: | Ishan Joshi <Ishan(dot)Joshi(at)amdocs(dot)com> |
---|---|
To: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Auto vacuum not reclaiming the space and disk utilization spike to 100% |
Date: | 2020-07-07 10:50:46 |
Message-ID: | AM6PR0602MB3398EE8D51E5818472B63A6E86660@AM6PR0602MB3398.eurprd06.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi Team,
I am running Postgres v12.2 and in our testing we are running performance test for 72 hrs with load. During the run it is working fine till first 16hrs after that disk utilization getting spike and next 2-4 hrs it is reaching to 100%.
During the run we are deleting 2 million records from one of the partition table's older partition every 20 second. As we are deleting such records gradually, auto vacuum process is executing accordingly. But I can see few partition which have clean all the records but its size is still getting in MBs.
nftdb=# select count(*) from XXX_sequence_pp18;
count
-------
0
Table
Size
External Size
xxx_sequence_pp18
340 MB
74 MB
I am suspecting due to this disk utilization is getting higher in my environment.
Can you please help to tune such issue
Thanks & Regards,
Ishan Joshi
This email and the information contained herein is proprietary and confidential and subject to the Amdocs Email Terms of Service, which you may review at https://www.amdocs.com/about/email-terms-of-service <https://www.amdocs.com/about/email-terms-of-service>
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Sterritt | 2020-07-07 11:13:42 | Transaction control in SECURITY DEFINER procedures |
Previous Message | Niels Jespersen | 2020-07-07 07:08:16 | SV: SV: Using Postgres jdbc driver with Oracle SQL Developer |