.so functions and SQL queries

From: Guillaume Lémery <glemery(at)comclick(dot)com>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: .so functions and SQL queries
Date: 2001-01-19 08:39:57
Message-ID: 3A67FD5D.1010809@comclick.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter T Mount 2001-01-19 08:59:06 Re: Why does the JDBC driver not support prepareCall?
Previous Message Tony Grant 2001-01-19 08:24:03 Re: initdb doesn not create template1 database