Stephen R. van den Berg wrote:
Stephen R. van den Berg wrote:
I've been working on a PGsql helper class to speed up the hotspots in my new pgsql PostgreSQL driver; so far it works rather well, and the performance of the new driver has leaped from 10% of the libpq module, to about 45% of the libpq module.
Well, I'm pleased to announce that the current version is 62% *faster* than the old libpq-Postgres module in the worst case, and even faster on large blob queries.
And I (sadly) had to disable the module for now, because it still seems to be causing problems on Windows. Anyone capable of fetching me the error log?
It's double-sad, because the libpq version of the postgres driver doesn't seem to work on Windows either.