Re: [PERFORMANCE] Stored Procedures

Поиск
Список
Период
Сортировка
От Markus Schaber
Тема Re: [PERFORMANCE] Stored Procedures
Дата
Msg-id 43D4CC67.9050703@logix-tt.com
обсуждение исходный текст
Ответ на Re: [PERFORMANCE] Stored Procedures  (Marcos <mjs_ops@gmx.net>)
Ответы Re: [PERFORMANCE] Stored Procedures  (Marcos <mjs_ops@gmx.net>)
Список pgsql-performance
Hi, Marcos,

Marcos wrote:

> This one was my doubt, perhaps in based desktop applications this is
> true, but in web applications this is not the re-connecting is
> constant :(.

If this is true, then you have a much bigger performance problem than
query plan preparation.

You really should consider using a connection pool (most web application
servers provide pooling facilities) or some other means to keep the
connection between several http requests.

Worried,
Markus

--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf.     | Software Development GIS

Fight against software patents in EU! www.ffii.org www.nosoftwarepatents.org

В списке pgsql-performance по дате отправления:

Предыдущее
От: Alessandro Baretta
Дата:
Сообщение: Re: Suspending SELECTs
Следующее
От: Marcos
Дата:
Сообщение: Re: [PERFORMANCE] Stored Procedures