You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Description
In heavy load situation hibernate has a problem with sessions, which runs without transaction.
Because a transaction should not produce a performance disadvantage, it should be possible to switch to use always a transaction.
Solution
Introduce a LocalSettings Env variable, which defaults to use always a transaction.
(New or existant)
The text was updated successfully, but these errors were encountered:
Problem Description
In heavy load situation hibernate has a problem with sessions, which runs without transaction.
Because a transaction should not produce a performance disadvantage, it should be possible to switch to use always a transaction.
Solution
Introduce a LocalSettings Env variable, which defaults to use always a transaction.
(New or existant)
The text was updated successfully, but these errors were encountered: