Re: Deleting millions of rows

From: David Wilson <david(dot)t(dot)wilson(at)gmail(dot)com>
To: Brian Cox <brian(dot)cox(at)ca(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Deleting millions of rows
Date: 2009-02-02 20:20:14
Message-ID: e7f9235d0902021220s7309da0es1c2bcec1e6f42eaa@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Mon, Feb 2, 2009 at 1:17 PM, Brian Cox <brian(dot)cox(at)ca(dot)com> wrote:
> I'm using 8.3.5. Table ts_defects has 48M rows. Through psql: delete from
> ts_defects;
> Result: out of memory/Can't allocate size: 32

Is this table the target of any foreign keys?

--
- David T. Wilson
david(dot)t(dot)wilson(at)gmail(dot)com

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Brian Cox 2009-02-02 20:37:04 Re: Deleting millions of rows
Previous Message Robert Haas 2009-02-02 20:07:59 Re: Deleting millions of rows