Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-23394

Allow ability to disable flushing of the session invoked by the session in view filter

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      Add the ability to control whether the session should be flushed, by adding a check against the FlushMode of the session.
      For requests that perform read-only operations (such as Session.get() and Session.find()) against the database, flushing is unnecessary.

      Flushing does a dirty check against all objects attached to the session and attempts a synchronization with the database if necessary.
      This can be potentially very expensive as more objects are loaded into the session. It can also cause hibernate to
      acquire locks on the database for objects attached to the session that the client had absolutely no intention to change.

      Attachments

        Issue Links

          Activity

            People

              dave@atlassian.com dave (Inactive)
              dave@atlassian.com dave (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: