Re: Math Operations - DB or App?

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: Math Operations - DB or App?
Дата
Msg-id b35603930605091437n2fde7f31g6c21c294f7b3814b@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Math Operations - DB or App?  (Sean Davis <sdavis2@mail.nih.gov>)
Ответы Re: Math Operations - DB or App?  (Sean Davis <sdavis2@mail.nih.gov>)
Список 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 по дате отправления:

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: Math Operations - DB or App?
Следующее
От: Sean Davis
Дата:
Сообщение: Re: Math Operations - DB or App?