Re: size of function body

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: size of function body
Дата
Msg-id 3D34AD3D.8070401@joeconway.com
обсуждение исходный текст
Ответ на Re: size of function body  (Ralph Graulich <maillist@shauny.de>)
Список pgsql-general
Ralph Graulich wrote:
> Given the fact that I have very little knowledge of C, I better stick to
> SQL in which I have so-to-say ten years experience more than in C. :-)
>
> On the other hand, I'd love to try coding at least one of the functions in
> C, if I can count on assistance or some easy example. Maybe I get to love
> it that way and this encourages me learning more of C.
>
> Maybe you can point me to some good examples? Thanks alot.
>

Sure, look in the contrib directory in your source tree. There are lots
of examples there, for example look at contrib/fuzzystrmatch. Also see:
http://www.postgresql.org/idocs/index.php?xfunc-c.html

My main point was that if all of your I/O is going through the
functions, and the functions themselves are large and complex, you may
get a significant overall performance boost by using C functions instead.

Good luck!

Joe


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Fortran functions?
Следующее
От: Robert Treat
Дата:
Сообщение: Re: table size growing out of control