aspnet / DataAccessPerformance

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

Add connection string checks for MySql #40

Closed bgrainger closed 6 years ago

bgrainger commented 6 years ago

Checks that the following settings are enabled (for high performance) in the connection string:

See #35 for when Npgsql made similar changes.