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/06 04:31:00 UTC

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

Benoit Tellier created JAMES-3627:
-------------------------------------

             Summary: 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
             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