Skip to content

Design Decisions

Drew edited this page Mar 6, 2021 · 1 revision

The Akka.Persistence.Linq2Db plugin utilizes Linq2Db as the Micro-ORM.

  • It's Fast on reads and Not memory hungry

  • Linq2Db has put a large emphasis on both performance as well as Cross DB Compatibility. Database-specific quirks like parameter sizing and column typing are handled transparently or in our specific configurations.

  • Any suggestions/improvements for specific databases can be suggested to Linq2Db community, which has a track record of good turn-around. This benefits the larger .NET community.

Clone this wiki locally