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