Re: Bulk processing & deletion - Mailing list pgsql-general

From Gregg Jaskiewicz
Subject Re: Bulk processing & deletion
Date
Msg-id CAJY59_gEmBEgCtmjW4DLESKBhcpkyPR_aQa2L1diKB4eUyeHgg@mail.gmail.com
Whole thread Raw
In response to Re: Bulk processing & deletion  (Alban Hertroys <haramrae@gmail.com>)
List pgsql-general
If you don't need the data for more then a transaction, or connection
length - use temporary tables to store ids of data you need to delete.
If those change, or move, or something - it means you are missing PK
on that table.

pgsql-general by date:

Previous
From: Alban Hertroys
Date:
Subject: Re: Bulk processing & deletion
Next
From: Ivan Voras
Date:
Subject: Re: Bulk processing & deletion