This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SQL Load Balancer

I noticed that v7.0.1 now provides a SQL load balancer server function for job servers. Can anyone provide some guidance as to how to properly configure this? 

Parents
  • The DBQueue processor is still executing the calculations that are queued in the DB Queue. But as result of some of the calculations, subsequent operations have to be triggered using the object layer (one of these cases is the automatic approval of an approval step in the approval workflow).

    At this point the DBQueue processor creates process chains in the job queue to execute the subsequent operations. If you do not use the additional server function, these processes will created to be executed exclusively by the job service marked with the server function "Master SQL Server".

    The new algorithm distributes these generated process chains between the job services that do have either the server function "Master SQL Server" or "SQL processing enabled (for load balancing)" assigned. It uses the current load of the services in the job queue for its calculation.

    If you want to monitor which task have been distributed to which job service, you can use the JobQueue Monitor as you can do for all other processes.

     

Reply
  • The DBQueue processor is still executing the calculations that are queued in the DB Queue. But as result of some of the calculations, subsequent operations have to be triggered using the object layer (one of these cases is the automatic approval of an approval step in the approval workflow).

    At this point the DBQueue processor creates process chains in the job queue to execute the subsequent operations. If you do not use the additional server function, these processes will created to be executed exclusively by the job service marked with the server function "Master SQL Server".

    The new algorithm distributes these generated process chains between the job services that do have either the server function "Master SQL Server" or "SQL processing enabled (for load balancing)" assigned. It uses the current load of the services in the job queue for its calculation.

    If you want to monitor which task have been distributed to which job service, you can use the JobQueue Monitor as you can do for all other processes.

     

Children
No Data