Re: slowing down too fast - why ?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: slowing down too fast - why ?
Дата
Msg-id 12769.1029076996@sss.pgh.pa.us
обсуждение
Ответ на slowing down too fast - why ?  (h012@ied.com)
Список 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 по дате отправления: