.so functions and SQL queries

Поиск
Список
Период
Сортировка
От Guillaume Lémery
Тема .so functions and SQL queries
Дата
Msg-id 3A67FD5D.1010809@comclick.com
обсуждение исходный текст
Ответы Re: .so functions and SQL queries  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
I ran some test to see how many queries PostGreSQL can handle per
seconds through the libpq library : not more than 200.

So, I was wondering if it is possible to write C function, compiled as
.so which can perform SQL queries such as SELECT or UPDATE ?

I think it could increase performance...

thanx.

Guillaume


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

Предыдущее
От: "Peeter Smitt"
Дата:
Сообщение: Fw: nested table
Следующее
От: Peter T Mount
Дата:
Сообщение: Re: Why does the JDBC driver not support prepareCall?