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 "Dominique Jäggi (JIRA)" <ji...@apache.org> on 2016/06/01 09:29:59 UTC

[jira] [Closed] (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:all-tabpanel ]

Dominique Jäggi closed OAK-4389.
--------------------------------

bulk close 1.0.31 release

> 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
>             Fix For: 1.0.31, 1.4.3, 1.5.3, 1.2.16
>
>
> 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)