Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-4032

Performance issues on Oracle after introducing bulk updates

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.4, 1.4.0
    • rdbmk
    • None

    Description

      OAK-2066 introduces bulk updates support for Mongo and RDB document stores. New feature is used in the Commit class to improve the performance. Due to bug OAK-3938, batch updates have been disabled for the Oracle DB - as a result, the bulk createOrUpdate() method applies changes sequentially on Oracle.

      However, after the OAK-3724, the Commit class sends all inserts using the new createOrUpdate() (rather than bulk create(), as it used to do). As a result, Oracle doesn't use bulk INSERTs anymore.

      Possible solutions:

      • check if OAK-4027 makes the new createOrUpdate() works on the Oracle. If so, require the new Oracle JDBC driver in the RDBDocumentStore.
      • improve the fallback createOrUpdate() to insert documents in bulk and update them sequentially.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tomek.rekawek Tomek Rękawek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: