Re: Front End Languages for PostgreSQL

From: Bo Lorentsen <bl(at)netgroup(dot)dk>
To: "Van Ingen, Lane" <lvaningen(at)ESNCC(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Front End Languages for PostgreSQL
Date: 2005-02-17 14:51:45
Message-ID: 4214AF81.7060200@netgroup.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Van Ingen, Lane wrote:

>Performance is really the bottom line for us. Would you like to qualify your opinion further, using that
>as the criteria?
>
>
Performance in general, is a really big issue :-)

But in this case, when we look at a programming language and its DB
connectivity, we need to chose languages depending on the amount and
type of work done while _processing_, not by the DB binding. The only
performance issue in relation to a language binding are related to
support for special DB features, but on the other side ... most DB API's
are made as open source, and missing features can be added relativly
easy (sometimes by just asking nicely) :-)

So, what kind of performance are you working for ? Fast DB access,
applicaiton modularity (OO), quick app. execution, concurrency execution
(multi user on a webside) ? These things You need to deside, and then
You know what to optimize for good performance.

Hope this is not too confusing :-)

/BL

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message A K 2005-02-17 17:05:22 Bad Boolean external represenation *HELP*!
Previous Message Van Ingen, Lane 2005-02-17 14:24:08 Re: Front End Languages for PostgreSQL