dirty select

From: Sim Zacks <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: dirty select
Date: 2008-04-08 11:39:32
Message-ID: ftflhi$1fjd$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any way to do a dirty select to find out what a process is up
to? I have a process that is writing 150,000 rows to a table and it is
taking way longer then I thought it would. I would like to read the
table to make sure that it is not looping through the data or anything
like that.

Thank you
SIm

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zdenek Kotala 2008-04-08 11:49:41 Re: "too many trigger records found for relation xyz"
Previous Message Gregory Stark 2008-04-08 11:37:29 Re: select distinct and index usage