aspnet / DataAccessPerformance

Benchmarks, prototypes and discussions for database access performance investigation
MIT License
116 stars 26 forks source link

MySQL: Add MySqlSharp variation to our benchmarks #33

Open divega opened 6 years ago

divega commented 6 years ago

@bgrainger (from MySqlConnector) mentioned @neuecc has a lower-level data provider for MySQL called MySqlSharp that focuses a lot on avoiding unnecessary allocations.

We should consider adding a variation on our tests to see how MySqlSharp performs. Then we can brainstorm what we can do to get the best outcome for MySQL.