Re: Chunk Delete - Mailing list pgsql-general

From Abraham, Danny
Subject Re: Chunk Delete
Date
Msg-id F8B9B12641FB6B4FAC761BDEF9D63B040F46F99E@tlv-ex-01.adprod.bmc.com
Whole thread Raw
In response to Chunk Delete  ("Abraham, Danny" <danny_abraham@bmc.com>)
Responses Re: Chunk Delete  ("Alexander Staubo" <alex@purefiction.net>)
Re: Chunk Delete  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: Chunk Delete  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-general

Say we have a FIFO of  800,000,000 records.

 

No primary key is required – this is only audit information. We do not use it on Oracle too.

 

Based on a condition,  2,000,000 records should be deleted daily.

 

We have a background process that wakes up every X minutes and deletes Y records.

 

With Oracle we do it with: delete ,tname>   where  <cond> and rownum < Y;

 

Can we have the same goody on Postgres?

pgsql-general by date:

Previous
From: "Alexander Staubo"
Date:
Subject: Re: FW: Chunk Delete
Next
From: "Abraham, Danny"
Date:
Subject: Chunk Delete