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

From Gregory Wood
Subject Re: .so functions and SQL queries
Date
Msg-id 002101c0821e$53a18d20$7889ffcc@comstock.com
Whole thread Raw
In response to .so functions and SQL queries  (Guillaume Lémery <glemery@comclick.com>)
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...

Care to share the specs on the system, or was that number consistent across
several setups?

Greg



pgsql-general by date:

Previous
From: Bjorn
Date:
Subject: PostgreSQL ODBC question.
Next
From: Guillaume Lémery
Date:
Subject: Re: .so functions and SQL queries