Re: Chunk Delete

From: "Abraham, Danny" <danny_abraham(at)bmc(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Chunk Delete
Date: 2007-11-15 13:33:04
Message-ID: F8B9B12641FB6B4FAC761BDEF9D63B040F46F99E@tlv-ex-01.adprod.bmc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Abraham, Danny 2007-11-15 13:34:06 Chunk Delete
Previous Message Alexander Staubo 2007-11-15 13:14:49 Re: FW: Chunk Delete