Re: .so functions and SQL queries

From: "Gregory Wood" <gregw(at)com-stock(dot)com>
To: Guillaume Lémery <glemery(at)comclick(dot)com>
Cc: "PostgreSQL-General" <pgsql-general(at)postgresql(dot)org>
Subject: Re: .so functions and SQL queries
Date: 2001-01-19 13:46:38
Message-ID: 002101c0821e$53a18d20$7889ffcc@comstock.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...

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

Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Florent Guillaume 2001-01-19 14:08:43 Re: is PG able to handle a >500 GB Database?
Previous Message Jan Wieck 2001-01-19 13:14:25 Re: order of triggers