Slow C Function

Поиск
Список
Период
Сортировка
От Adam Palmblad
Тема Slow C Function
Дата
Msg-id 6B5AF6293A289F45826220B17ABE79370D5F4C@BORON.aers.local
обсуждение исходный текст
Ответы Re: Slow C Function  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Slow C Function  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
Hi,

We've got a C function that we use here and we find that for every
connection, the first run of the function is much slower than any
subsequent runs. ( 50ms compared to 8ms)

Besides using connection pooling, are there any options to improve
performance?

By the way, we are using pg version 8.1.3.

-Adam


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Big IN() clauses etc : feature proposal
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Slow C Function