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
We threads over a single JDBC connection to increase performance. That's not really satisfying. It does not really scale. More than one JDBC connection would be better - maybe also several processes instead of several threads. I have the impression that scaling / scheduling of those long-running processes can be optimized better based on processes that threads. Just a guess.
Current situation is hardly bearable.
The text was updated successfully, but these errors were encountered:
We threads over a single JDBC connection to increase performance. That's not really satisfying. It does not really scale. More than one JDBC connection would be better - maybe also several processes instead of several threads. I have the impression that scaling / scheduling of those long-running processes can be optimized better based on processes that threads. Just a guess.
Current situation is hardly bearable.
The text was updated successfully, but these errors were encountered: