Re: [GENERAL] Very slow table

2011-12-08 Thread Szymon Guz
On 8 December 2011 06:28, Richard Weiss wrote: > Hi, I am using squeryl, which is based on jdbc, and I am trying to run the > following statement: > delete from "Entry" where ("id" = 0) > but the query never seems to finish. I have tried it in both the program I > am writing, and the above stateme

[GENERAL] Very slow table

2011-12-07 Thread Richard Weiss
Hi, I am using squeryl, which is based on jdbc, and I am trying to run the following statement: delete from "Entry" where ("id" = 0) but the query never seems to finish. I have tried it in both the program I am writing, and the above statement in pgadmin3, and both cases never finish. Other queries