Re: delete query taking way too long

From: Jayadevan M <Jayadevan(dot)Maymala(at)ibsplc(dot)com>
To: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
Cc: pgsql-general(at)postgresql(dot)org, pgsql-general-owner(at)postgresql(dot)org
Subject: Re: delete query taking way too long
Date: 2010-08-12 11:44:17
Message-ID: OFF7867264.683F4AC7-ON6525777D.0040853D-6525777D.0040A183@ibsplc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> From: Ivan Sergio Borgonovo <mail(at)webthatworks(dot)it>
> To: pgsql-general(at)postgresql(dot)org
> Date: 12/08/2010 16:43
> Subject: [GENERAL] delete query taking way too long
> Sent by: pgsql-general-owner(at)postgresql(dot)org
>
> I've
> delete from catalog_items where ItemID in (select id from
> import.Articoli_delete);
Does catalog_items have child tables where the FK columns are not indexed?
Regards,
Jayadevan

DISCLAIMER:

"The information in this e-mail and any attachment is intended only for
the person to whom it is addressed and may contain confidential and/or
privileged material. If you have received this e-mail in error, kindly
contact the sender and destroy all copies of the original communication.
IBS makes no warranty, express or implied, nor guarantees the accuracy,
adequacy or completeness of the information contained in this email or any
attachment and is not liable for any errors, defects, omissions, viruses
or for resultant loss or damage, if any, direct or indirect."

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thom Brown 2010-08-12 11:50:49 Re: delete query taking way too long
Previous Message Glyn Astill 2010-08-12 11:31:03 Re: delete query taking way too long