Re: slowing down too fast - why ? - Mailing list pgsql-sql

From Tom Lane
Subject Re: slowing down too fast - why ?
Date
Msg-id 12769.1029076996@sss.pgh.pa.us
Whole thread Raw
In response to slowing down too fast - why ?  (h012@ied.com)
List pgsql-sql
h012@ied.com writes:
> while sleep 10 ; do echo 'insert into times values( now(), count(file.id));' | psql -d filerian ; done 2>&1
>/dev/null &
 

Apparently the file table is getting larger.  That means the count()
aggregate will take more time to run.
        regards, tom lane


pgsql-sql by date:

Previous
From: h012@ied.com
Date:
Subject: Re: slowing down too fast - why ?
Next
From: h012@ied.com
Date:
Subject: Re: slowing down too fast - why ?