Too much time to delete 19000 rows

From: "Ezequias Rodrigues da Rocha" <ezequias(dot)rocha(at)gmail(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Too much time to delete 19000 rows
Date: 2006-10-06 18:10:01
Message-ID: 55c095e90610061110t5a3040c3pec05bd2c413a85dd@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi list,

I am having many problems to delete a table with only 19000 rows.

The selection takes less than 1 second but on delete I wait more than 4
minutes and notthing. Can someone tell me what could happen ?

I tryed only one transaction but it does not work too:

BEGIN WORK;
delete from base.ticket where session_id = 17 and cash_id = 99 and promo_id = 5;
COMMIT WORK;

I just think it could be occuring becouse of many constraints (7 at all)

Please any help is welcomed.

Regards
Ezequias

--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Atenciosamente (Sincerely)
Ezequias Rodrigues da Rocha
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
A pior das democracias ainda é melhor do que a melhor das ditaduras
The worst of democracies is still better than the better of dictatorships
http://ezequiasrocha.blogspot.com/

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-10-06 18:26:54 Re: Too much time to delete 19000 rows
Previous Message James Robinson 2006-10-06 16:30:08 Re: SELECT FOR UPDATE/SHARE cannot be applied to the nullable side of an outer join