Re: Application written in pure pgsql, good idea?

From: David G Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Application written in pure pgsql, good idea?
Date: 2015-03-01 18:00:37
Message-ID: 1425232837594-5839933.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

inspector morse wrote
> This is just for fun/research, I don't need a web framework because PHP is
> actually picking up the incoming requests and sending it to a pgsql stored
> function. The pgsql will concatenate all the html that is required for the
> page and send it back to PHP to write out to the response.
>
> My main concern is, since there will be a lot of concatenation in pgsql to
> generate the HTML, would it affect performance?

Then do research. Implement a somewhat complete example of what you are
thinking in one or more languages/architectures and then run some
performance testing - and make some subjective usability determinations - to
see how they compare to each other.

David J.

--
View this message in context: http://postgresql.nabble.com/Application-written-in-pure-pgsql-good-idea-tp5839889p5839933.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alberto Cabello Sánchez 2015-03-01 20:11:41 Re: Application written in pure pgsql, good idea?
Previous Message Jan de Visser 2015-03-01 15:39:15 Re: Application written in pure pgsql, good idea?