Re: Postgres is eating my CPU

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres is eating my CPU
Дата
Msg-id 26650.999618397@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres is eating my CPU  (james@unifiedmind.com (James Thornton))
Список pgsql-hackers
james@unifiedmind.com (James Thornton) writes:
> As you can see from the ps output, there are several INSERT statements
> -- these return after restarting Postgres and even rebooting the
> system.

Postgres backends don't just appear out of nowhere.  Somewhere you have
a client app that is connecting to the database and issuing those INSERT
commands.  Without knowing what that app is or exactly what commands it's
issuing, it's impossible to say what's going on.
        regards, tom lane


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

Предыдущее
От: "Joe Conway"
Дата:
Сообщение: Re: Bytea/Base64 encoders for libpq - interested?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [GENERAL] getting the oid for a new tuple in a BEFORE