Re: max_fsm_relations

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема Re: max_fsm_relations
Дата
Msg-id 482E80323A35A54498B8B70FF2B8798003ED1B9935@azsmsx504.amr.corp.intel.com
обсуждение исходный текст
Ответ на Re: max_fsm_relations  (Bill Moran <wmoran@potentialtech.com>)
Ответы Re: max_fsm_relations  (Bill Moran <wmoran@potentialtech.com>)
Re: max_fsm_relations  (Greg Smith <gsmith@gregsmith.com>)
Список pgsql-general
Ya, most of it's system stuff.  OK, I see where the 1000 comes from.  I bumped it up to 1200 in postgresql.conf.  Is
therea way I can spin that in without rebooting the DB (and kicking my user off)? 

-dave

-----Original Message-----
From: Bill Moran [mailto:wmoran@potentialtech.com]
Sent: Friday, February 27, 2009 4:00 PM
To: Gauthier, Dave
Cc: pgsql-general@postgresql.org
Subject: Re: [GENERAL] max_fsm_relations

In response to "Gauthier, Dave" <dave.gauthier@intel.com>:

> There is no way I have 1000 tables/indexes.  But maybe it's counting table/index file extensions in the mix?  What's
themetadata query to see these 1000 relations? 

Are you counting tables, indexes, sequences, pg_toast tables, system tables?

SELECT relname,reltype from pg_class;

Make sure you do that query for every database and add them up.

--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/

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

Предыдущее
От: Bill Moran
Дата:
Сообщение: Re: max_fsm_relations
Следующее
От: Bill Moran
Дата:
Сообщение: Re: max_fsm_relations