[fpc-pascal] FreePascal and MySQL
Adriaan van Os
fpc at microbizz.nl
Sat May 2 00:14:39 CEST 2015
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
More information about the fpc-pascal
mailing list