Re: PostgreSQL + FreeBSD memory configuration, and an issue

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: PostgreSQL + FreeBSD memory configuration, and an issue
Дата
Msg-id BANLkTimK75PZTVE4t-sw9BCbtjVYmKLXhw@mail.gmail.com
обсуждение исходный текст
Ответ на PostgreSQL + FreeBSD memory configuration, and an issue  (Gipsz Jakab <clausewitz45@gmail.com>)
Список pgsql-general
On Fri, Apr 8, 2011 at 3:00 AM, Gipsz Jakab <clausewitz45@gmail.com> wrote:
> After the settings in the postgresql.conf our system is much faster, and no
> more error messages in the postgres.log, but If I try to drop a table, or
> add a new one, our system is stopping, until I kill the process, which is
> dropping or adding a table.

you are almost certainly waiting on a lock.  check pg_locks for
ungranted locks and pg_stat_activity for idle/long running
transactions.  If you ever find yourself having to bump
max_connections again, it is almost certainly a good idea to
investigate a connection pooler like pgbouncer.

merlin

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

Предыдущее
От: salah jubeh
Дата:
Сообщение: cast list of oid
Следующее
От: Shianmiin
Дата:
Сообщение: Re: PostgreSQL backend process high memory usage issue