Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-1266 DocumentStore implementation for relational databases
  3. OAK-4389

RDBDocumentStore: add system property for disabling appending updates

    XMLWordPrintableJSON

Details

    • Technical task
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 1.0.30, 1.2.15, 1.4.2, 1.5.2
    • 1.0.31, 1.2.16, 1.4.3, 1.5.3, 1.6.0
    • rdbmk
    • None

    Description

      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.

      Attachments

        Activity

          People

            reschke Julian Reschke
            reschke Julian Reschke
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: