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
- [GENERAL] Re: .so functions and SQL queries Guillaume Lémery
- [GENERAL] Re: .so functions and SQL queries Gregory Wood
- [GENERAL] Re: .so functions and SQL queries Guillaume Lémery
- Re: [GENERAL] .so functions and SQL queries Tom Lane