Re: database connections and presenting data on the web

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: database connections and presenting data on the web
Дата
Msg-id 4BA25CC9.1000302@postnewspapers.com.au
обсуждение исходный текст
Ответ на database connections and presenting data on the web  (Geoffrey <lists@serioustechnology.com>)
Ответы Re: database connections and presenting data on the web  (Geoffrey <lists@serioustechnology.com>)
Список pgsql-general
On 18/03/2010 9:19 PM, Geoffrey wrote:
> We are trying to determine the best solution for a web based
> application. We have 13 databases (separate postmaster for each
> database) that we need to retrieve data from in order to produce the web
> page. This data is changing on a regular basis.

A quick aside: do they really need to be separate databases? Have you
considered using schema within a single database instead? Doing things
that way has both advantages and disadvantages, so whether you want to
do it depends on your needs, but it's worth looking into.

Often, if you're pulling in data from separate databases that can be a
hint that your design is separating things into different DBs that
should perhaps be together in one.

--
Craig Ringer

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: definitions of regexp functions required
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: tables getting bloated