akka / akka-persistence-jdbc

Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
https://doc.akka.io/docs/akka-persistence-jdbc/
Other
308 stars 142 forks source link

perf: improve deletion, avoid multiple rows updating. #826

Closed Roiocam closed 2 months ago

Roiocam commented 5 months ago

Nothing related it. Just improve the performance of deletion by avoiding multiple row updates.

johanandren commented 2 months ago

Now fixed by #847 (sorry, we missed that this PR existed)