sebastienros / yessql

A .NET document database working on any RDBMS
MIT License
1.21k stars 197 forks source link

Refactor worker pattern #545

Closed sebastienros closed 5 months ago

sebastienros commented 5 months ago

Perf improvements:

SQLite

Before: Gated: 11,422 tps; NonGated: 3,442 tps After: Gated: 12,873 tps; NonGated: 3,665 tps

Postgres

Before: Gated: 7,418 tps; NonGated: 2,099 tps After: Gated: 7,625 tps; NonGated: 2,255 tps

SQL Server

Before: Gated: 9,298 tps; NonGated: 2,192 tps After: Gated: 9,350 tps; NonGated: 2,341 tps