How many databases can PostgreSQL open at a time?

Поиск
Список
Период
Сортировка
От Frank Church
Тема How many databases can PostgreSQL open at a time?
Дата
Msg-id AANLkTin0tA-SXA9F=gkWTrJaTkAUsynZD6PEqgYpmaLT@mail.gmail.com
обсуждение исходный текст
Ответы Re: How many databases can PostgreSQL open at a time?  (Craig Ringer <craig@postnewspapers.com.au>)
Список pgsql-general
I want to migrate a lot of single user databases onto a single server
to allow the users to access them remotely, instead of on the
workstations. The databases are quite small and even the most heavily
used ones only have at most a few hundred records added to them
everyday.

The problem is they have a high polling rate, about every 5 secs. If I
migrate them to a central servers how much hardware will be needed for
them to cope?

My initial approach was to create views for each user and use
updateable views and/or triggers so that the applications can work
transparently simply by changing the names of the tables to the names
of the views, but I am wondering whether it will be much simpler to
use individual databases instead.

/voipfc

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

Предыдущее
От: ioguix
Дата:
Сообщение: Re: Analyze tool?
Следующее
От: Bjørn T Johansen
Дата:
Сообщение: Re: Analyze tool?