Re: drop database

From: Julie Nishimura <juliezain(at)hotmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>, "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: drop database
Date: 2019-10-17 21:21:27
Message-ID: BYAPR08MB50145F7B03762273F704AD49AC6D0@BYAPR08MB5014.namprd08.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I think you don't swallow an entire elephant at once, you can choke on it, it is more safe to be eaten piece by piece:)

________________________________
From: Julie Nishimura <juliezain(at)hotmail(dot)com>
Sent: Thursday, October 17, 2019 2:19 PM
To: Ron <ronljohnsonjr(at)gmail(dot)com>; pgsql-general(at)lists(dot)postgresql(dot)org <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: drop database

Ive seen some performance degradation on some other RDBMS systems when "drop database" was in progress. We need to drop database which is 16 tb with minimal impact for our end users. There are 32 other databases with hundreds of connections on the same cluster, and I just want to release the space with minimal impact. Trying to find the best solution. I could even script 'truncate table' or 'drop table' in the loop if it helps. I dont have luxury to test such large db drop in action.

Thanks!

________________________________
From: Ron <ronljohnsonjr(at)gmail(dot)com>
Sent: Thursday, October 17, 2019 1:59 PM
To: pgsql-general(at)lists(dot)postgresql(dot)org <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: drop database

On 10/17/19 3:44 PM, Julie Nishimura wrote:
Guys, can anybody reply if they drop any postgresql database larger than 1 tb and how long did it take?

A lot has to do with how quickly the underlying file system can delete files.

To be honest, though... does it really matter how long it takes? (If I were worried about it -- which I might be -- then I'd put a DROP DATABASE script in crontab and run it from there.)

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Lewis 2019-10-17 21:31:00 Re: drop database
Previous Message Julie Nishimura 2019-10-17 21:19:20 Re: drop database