[
https://issues.apache.org/jira/browse/JAMES-3627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17397879#comment-17397879
]
Benoit Tellier commented on JAMES-3627:
---------------------------------------
Fixed in https://github.com/apache/james-project/pull/578
> Prepared statements for applicable flags
> ----------------------------------------
>
> Key: JAMES-3627
> URL: https://issues.apache.org/jira/browse/JAMES-3627
> Project: James Server
> Issue Type: Improvement
> Components: cassandra, mailbox
> Affects Versions: master, 3.6.0
> Reporter: Benoit Tellier
> Priority: Major
> Labels: cassandra, perf
> Fix For: 3.7.0
>
>
> Because we do not use the ADDALL modifier, we do not prepare statements and
> do a manual combinaison of ADD statements.
> This result in sub-obtimal query (one ADDALL is more optimized than many ADD)
> and suboptimal execution (not using prepeared statments is an anti pattern)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]