.so functions and SQL queries - Mailing list pgsql-general

From Guillaume Lémery
Subject .so functions and SQL queries
Date
Msg-id 3A67FD5D.1010809@comclick.com
Whole thread Raw
Responses Re: .so functions and SQL queries
List 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 by date:

Previous
From: "Peeter Smitt"
Date:
Subject: Fw: nested table
Next
From: Peter T Mount
Date:
Subject: Re: Why does the JDBC driver not support prepareCall?