You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2015/11/24 17:06:11 UTC

[jira] [Resolved] (OAK-3676) RDBDocumentStore on SQLServer: append logic creates many different PreparedStatements

     [ https://issues.apache.org/jira/browse/OAK-3676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke resolved OAK-3676.
---------------------------------
    Resolution: Fixed

trunk: http://svn.apache.org/r1716178
1.2: http://svn.apache.org/r1716186
1.0: http://svn.apache.org/r1716187


> RDBDocumentStore on SQLServer: append logic creates many different PreparedStatements
> -------------------------------------------------------------------------------------
>
>                 Key: OAK-3676
>                 URL: https://issues.apache.org/jira/browse/OAK-3676
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: rdbmk
>    Affects Versions: 1.3.11, 1.2.8, 1.0.24
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>             Fix For: 1.2.9, 1.0.25, 1.3.12
>
>
> The way the append logic is implemented for SQL server leads to a "flood" of prepared statements that only differ in one parameter which should have been a PreparedStatementParameter in the first place.
> Refactor the logic so that special-case databases have control over the number and types of parameters, so that in this case the numerical value can become a proper parameter.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)