Re: Using Postgresql as application server

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Using Postgresql as application server
Дата
Msg-id CAOR=d=0XN6Wrueh8rhE=X+Jb-MMPhy2kbfteMmprxMiNvuCLPg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Using Postgresql as application server  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: Using Postgresql as application server  (Chris Travers <chris.travers@gmail.com>)
Список pgsql-general
On Mon, Aug 15, 2011 at 7:23 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> There are downsides too -- you lose access to the excellent middleware
> tools out there, and you are 'stuck' on postgres and need to come up
> with hard to find and expensive postgres talent.   You need to be
> prepared to blaze a path, etc etc.

Yep.  Also, it's REAL easy to stick a caching layer like memcached
into the middle tier app layer, but nearly impossible to do so in
pgsql.  For large systems, this would make pg as an app server a nogo.
 But for small to medium sized systems that don't need caching it
could work out.

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: streaming replication: one problem & several questions
Следующее
От: Chris Travers
Дата:
Сообщение: Re: Using Postgresql as application server