Re: Using Postgresql as application server - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Using Postgresql as application server
Date
Msg-id CAOR=d=0XN6Wrueh8rhE=X+Jb-MMPhy2kbfteMmprxMiNvuCLPg@mail.gmail.com
Whole thread Raw
In response to Re: Using Postgresql as application server  (Merlin Moncure <mmoncure@gmail.com>)
Responses Re: Using Postgresql as application server
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: Re: streaming replication: one problem & several questions
Next
From: Chris Travers
Date:
Subject: Re: Using Postgresql as application server