magnho opened a new issue, #155:
URL: https://github.com/apache/incubator-pekko-persistence-jdbc/issues/155

   `DefaultJournalDao.delete(persistenceId: String, maxSequenceNr: Long)` does 
both logical and physical deletion in the same transaction. We did some 
load-testing recently (with PostgreSQL) and found that these operations both 
used a lot of resources. 
   
   There's probably a case for doing logical deletion in terms of performance, 
but the way it's implemented now, the logical deletion doesn't make sense, and 
should probably be removed. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to