Bitbucket Data Center: Make LOCAL mode Hibernate cache the default

XMLWordPrintable

      In Stash Data Center 3.11.0 a hidden hibernate.cache.mode property was added to allow selection of LOCAL Hibernate cache mode instead of DISTRIBUTED (the default).

      In DISTRIBUTED mode, all nodes in the cluster pool their memory to cache DB entities but it can require a large number of inter-node operations to get and put entities. In LOCAL mode, each node caches entities independently and still requires inter-node communication to invalidate entries, but this communication is all asynchronous. LOCAL mode has shown significant performance and reliability improvements over DISTRIBUTED mode in performance testing and on production instances.

      In Bitbucket Data Center 4.0, the new default value for the hibernate.cache.mode property is LOCAL, but can be overriden to DISTRIBUTED to get the previous (Stash 3.x) configuration.

            Assignee:
            Cristan Szmajda (Inactive)
            Reporter:
            Cristan Szmajda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: