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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to