Page 1 of 1

serious contender?

Posted: Wed 28 Nov 2018 13:04
by costeakai
is npgsql v4.0.3 a serious contender?
I would say NO for synchronization , entityframework , asp.net , ssl , and the list goes on and on...
But, YES for simple reading / writing (including PostGIS/NetTopologySuite Type ); i have found the Binary COPY method to be the fastest thing on earth.

Re: serious contender?

Posted: Thu 29 Nov 2018 12:26
by Shalex
Thank you for your feedback. If you find any feature supported by a competitor and not available in dotConnect for PostgreSQL, please contact us so that we put the feature on our roadmap.

Re: serious contender?

Posted: Mon 03 Dec 2018 10:02
by costeakai
Hi shalex,
thanks;

The binary copy method of npgsql is very fast , both in reading and writing.
at this moment i make BOTH devart dotconnect connections AND npgsql connections to the same postgis database,
so i am using best of both worlds.

Re: serious contender?

Posted: Mon 03 Dec 2018 18:01
by Shalex
JIC: dotConnect for PostgreSQL Professional includes the PgSqlLoader class, you can set PgSqlLoader.Mode=PgSqlLoaderMode.Binary.