aspnet / DataAccessPerformance

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

Meeting notes 2/6/2018 #27

Open divega opened 6 years ago

divega commented 6 years ago

Attendees: @roji @anpete @ajcvickers @DamianEdwards @sebastienros @saurabh500 @geleems @divega

Today went through several points on the results at https://github.com/aspnet/DataAccessPerformance/wiki/Latest-benchmark-figures-for-PostgreSQL and a conversation we had with @stephentoub on possible additional optimizations for Npgsql, Peregrine and SqlClient.

Here are some raw notes (@stephentoub, @anpete and @roji, feel free to chime in) :

In our Npgsql testing we see that sync is significantly slower than async:

In general Npgsql is slower on Linux than Windows:

Possible async optimizations:

SQL Server on Linux: @saurabh500 and @geleems to investigate: