Re: pg_reset_stats + cache I/O %

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_reset_stats + cache I/O %
Дата
Msg-id 2756.1141760216@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pg_reset_stats + cache I/O %  ("mcelroy, tim" <tim.mcelroy@bostonstock.com>)
Список pgsql-performance
"mcelroy, tim" <tim.mcelroy@bostonstock.com> writes:
> ERROR:  function round(double precision, integer) does not exist

Try coercing to numeric instead of float.  Also, it'd be a good idea to
put that coercion outside the sum()'s instead of inside --- summing
bigints is probably noticeably faster than summing numerics.

            regards, tom lane

В списке pgsql-performance по дате отправления: