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 2016/05/22 12:58:12 UTC

[jira] [Commented] (OAK-4389) RDBDocumentStore: add system property for disabling appending updates

    [ https://issues.apache.org/jira/browse/OAK-4389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295553#comment-15295553 ] 

Julian Reschke commented on OAK-4389:
-------------------------------------

trunk: http://svn.apache.org/r1745038

> RDBDocumentStore: add system property for disabling appending updates
> ---------------------------------------------------------------------
>
>                 Key: OAK-4389
>                 URL: https://issues.apache.org/jira/browse/OAK-4389
>             Project: Jackrabbit Oak
>          Issue Type: Technical task
>          Components: rdbmk
>    Affects Versions: 1.0.30, 1.4.2, 1.5.2, 1.2.15
>            Reporter: Julian Reschke
>            Assignee: Julian Reschke
>            Priority: Minor
>              Labels: candidate_oak_1_0, candidate_oak_1_2, candidate_oak_1_4
>             Fix For: 1.5.3
>
>
> RDBDocumentStore uses two different code paths for updates, one which using string append operations in the database. Which code path is followed depends on the current modcount of the document and the remaining size in the DATA column.
> It would be good if appending updates could be turned off, because:
> 1) it might be a last resort for DBs where the append code for some reason does not work (theoretical at this point), and
> 2) it makes it easier to reliably test both code paths.



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