DataAccessPerformance
DataAccessPerformance copied to clipboard
Perf baseline: Figure what to use for SQL Server
A baseline is an easy to setup benchmark that is known to reflect near optimal performance on any given environment. As an example, for PostgreSQL we can run some queries using pgbench.
We will use these baselines to get an idea of how far or close the .NET results are from being satisfactory with each database.
cc @geleems