Akka.Persistence.PostgreSql icon indicating copy to clipboard operation
Akka.Persistence.PostgreSql copied to clipboard

Added DbBatch support

Open jarlebh opened this issue 3 years ago • 2 comments

Fixes #147

Changes

Added new PostgreDbBatchSqlJournal that uses DbBatch when persisting, this increases performane of PersistAll x 20, also added .net6 support as this is needed to get right version of DbBatch in .net6

Checklist

For significant changes, please ensure that the following have been completed (delete if not relevant):

Latest dev Benchmarks

Include data from the relevant benchmark prior to this change here.

This PR's Benchmarks

Include data from after this change here.

jarlebh avatar Jun 09 '22 19:06 jarlebh

cc @CumpsD any thoughts on this?

Aaronontheweb avatar Jun 09 '22 20:06 Aaronontheweb

cc @CumpsD any thoughts on this?

If it passes the test, I'm all for it, since it is opt-in anyway via HOCON

I do have to mention I am not busy with akka.net on postgresql (or akka.net in general) right now due to lack of time

CumpsD avatar Jun 23 '22 13:06 CumpsD