[ADMIN] Re: Longer and longer updates

2001-02-06 Thread ender
if you're doing updates in a single transaction, you'll realize speed gains by distributing the updates into multiple transactions. postgres won't have to keep multiple copies that way. hth kapil > > > > 3) executed this statement tons of times: > > > >update test set data=1234 where key

Re: [ADMIN] PgAdmin hang on cancel query

2007-07-19 Thread Ender
"Ender" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I'm tried to cancel long running query in the PgAdmin. Run query, press > [Cancel query] button and voila. Program stil live but i'm can't run > queries anymore. Run query butto

[ADMIN] PgAdmin hang on cancel query

2007-07-19 Thread Ender
Hi, all. I'm tried to cancel long running query in the PgAdmin. Run query, press [Cancel query] button and voila. Program stil live but i'm can't run queries anymore. Run query button still disabled. Close query tool, open query tool and program hang. ---(end of broa