-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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.