Terry A. Haimann wrote:
I was kind of unimpressed with the performance of TSqlQuery compared to
c.

To build a table really fast, try Postgres COPY FROM STDIN / TO STDOUT BINARY <http://www.postgresql.org/docs/9.2/static/sql-copy.html> with Postgres libpq <http://www.postgresql.org/docs/9.2/static/libpq.html>. And I have experienced Postgres performning (much) better under heavy loads than MySQL.

Regards,

Adriaan van Os
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to