Re: Implementing "thick"/"fat" databases

Поиск
Список
Период
Сортировка
От Frank Lanitz
Тема Re: Implementing "thick"/"fat" databases
Дата
Msg-id 4E2D2420.8060900@frank.uvena.de
обсуждение исходный текст
Ответ на Implementing "thick"/"fat" databases  ("Karl Nack" <karlnack@futurityinc.com>)
Ответы Re: Implementing "thick"/"fat" databases
Re: Implementing "thick"/"fat" databases
Список pgsql-general
Am 22.07.2011 21:15, schrieb Karl Nack:
> to move as much business/transactional logic as
> possible into the database, so that client applications become little
> more than moving data into and out of the database using a well-defined
> API, most commonly (but not necessarily) through the use of stored
> procedures.

Beside the points already mentioned, doing this will might cause bottle
necks if you have complicated transactions as the DB-cluster might can
not be scaled as good as maybe a farm of application server could be done.

Cheers,
Frank

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: streaming replication does not work across datacenter with 20ms latency?
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Implementing "thick"/"fat" databases