Re: PostgreSQL backend process high memory usage issue

Поиск
Список
Период
Сортировка
От Shianmiin
Тема Re: PostgreSQL backend process high memory usage issue
Дата
Msg-id 1302215844387-4289639.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: PostgreSQL backend process high memory usage issue  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
if we go with single-db-multiple-schema model, either our data access layer
will need to ensure qualifying all the database objects with proper schema
name, or with postgresql, just to change the search path while the
connection passed from pool to app code.  Another model under evaluation is
single-db-single-schema model, which will need to do we you described.

--
View this message in context:
http://postgresql.1045698.n5.nabble.com/PostgreSQL-backend-process-high-memory-usage-issue-tp4289407p4289639.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: PostgreSQL + FreeBSD memory configuration, and an issue
Следующее
От: Shianmiin
Дата:
Сообщение: Re: PostgreSQL backend process high memory usage issue