Re: Math Operations - DB or App? - Mailing list pgsql-novice

From Andrej Ricnik-Bay
Subject Re: Math Operations - DB or App?
Date
Msg-id b35603930605091437n2fde7f31g6c21c294f7b3814b@mail.gmail.com
Whole thread Raw
In response to Re: Math Operations - DB or App?  (Sean Davis <sdavis2@mail.nih.gov>)
Responses Re: Math Operations - DB or App?
List pgsql-novice
On 5/10/06, Sean Davis <sdavis2@mail.nih.gov> wrote:

> The biggest plus is that most of the data never leaves the server, so
> client-side overhead, memory issues with the client, and network bandwidth
> are much less of a problem than it you transfer the who table to the client,
> for example, to do a couple of simple sums.  There are other advantages,
> like being able to adjust the schema or the functions on the database side
> and have these changes propagate automatically through to various apps.
With which operations/what number of calculations does
the CPU load on the server become a problem, though (compared
to the network-traffic caused by having it on the client-side)?  I can
think of a few applications/implementations that I wouldn't want to
be running on the server - where to draw the line?


Cheers,
Andrej


--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

pgsql-novice by date:

Previous
From: Sean Davis
Date:
Subject: Re: Math Operations - DB or App?
Next
From: Sean Davis
Date:
Subject: Re: Math Operations - DB or App?