chibenwa commented on PR #997: URL: https://github.com/apache/james-project/pull/997#issuecomment-1123814116
Read of the night: https://www.batey.info/cassandra-anti-pattern-misuse-of.html TLDR batch can improve perf when acting on a single partition. Prime candidate: index table handler: recents deleted unseen. Then maybe also messageIdTable if it do not impact things too much. We could see a 50% enhancement from this but perf gains needs to be tested. Also batches could likely benefit is from a given threshold. Eg above 8 entries use batch... -- 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]
