Devart dotConnect for MySQL benchmark comparison with MySQL NET Connector

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
azathot
Posts: 2
Joined: Sun 01 Jan 2017 13:54

Devart dotConnect for MySQL benchmark comparison with MySQL NET Connector

Post by azathot » Sun 01 Jan 2017 13:58

Hi, is there any banchmark comparison chart or table comparing "Devart dotConnect for MySQL" and " MySQL NET Connector"? I think that the last one is slow and i'm searching a fast one.
Thanks!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Devart dotConnect for MySQL benchmark comparison with MySQL NET Connector

Post by Shalex » Mon 02 Jan 2017 09:26

There is no such a comparison chart at the moment.

Could you please describe the features (e.g.: Entity Framework Core, etc) you are interested in so that we can recommend you how to improve performance?

JIC:

azathot
Posts: 2
Joined: Sun 01 Jan 2017 13:54

Re: Devart dotConnect for MySQL benchmark comparison with MySQL NET Connector

Post by azathot » Mon 02 Jan 2017 12:14

Hi, im interested in low level access to mysql database (crud operations) in asp.net.
I think that the official mysql connector is slow, and im searching an alternative before using your connector.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Devart dotConnect for MySQL benchmark comparison with MySQL NET Connector

Post by Shalex » Mon 02 Jan 2017 12:25

azathot wrote:im interested in low level access to mysql database (crud operations)
Please use MySqlDataReader / MySqlLoader.

Post Reply