You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2021/08/12 07:00:03 UTC

[jira] [Commented] (JAMES-3627) Prepared statements for applicable flags

    [ 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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org